Skip to content

Commit

Permalink
fix: updated node
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Jun 20, 2024
1 parent 96362d5 commit 4ed2b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: pnpm

- name: Install dependencies
Expand All @@ -32,4 +32,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 4ed2b71

Please sign in to comment.