Skip to content

Commit

Permalink
ci: 🎡 update node version for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Mar 9, 2024
1 parent 13e7430 commit f9c8ae0
Show file tree
Hide file tree
Showing 2 changed files with 6,941 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/wheels.yml
Expand All @@ -14,9 +16,10 @@ jobs:
concurrency: release
if: github.repository == 'darvid/python-hyperscan'
permissions:
id-token: write
pull-requests: write
contents: write
issues: write
pull-requests: write
id-token: write
env:
RELEASE_PR_BRANCH: create-pull-request/patch
steps:
Expand All @@ -31,7 +34,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: "lts/*"

- name: Install semantic-release dependencies
run: npm clean-install

- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit f9c8ae0

Please sign in to comment.