Skip to content

Commit

Permalink
fix(ci): Bump node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxikowy committed Apr 16, 2024
1 parent 91d1938 commit 39ce34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.0
v20.12.2

0 comments on commit 39ce34b

Please sign in to comment.