Skip to content

Commit

Permalink
node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Feb 25, 2024
1 parent 7bcfc53 commit be33b19
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 @@ -11,7 +11,7 @@ jobs:
- name: install node
uses: actions/setup-node@v1
with:
node-version: 19.x
node-version: 20.x
- name: Cache node dependencies
uses: actions/cache@v2
env:
Expand All @@ -31,4 +31,4 @@ jobs:
- name: release
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit be33b19

Please sign in to comment.