Skip to content

Commit

Permalink
chore: update Node.js version to 20.x in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Jul 15, 2024
1 parent 02eca26 commit 9511b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
NODE_OPTIONS: --max_old_space_size=8192
with:
node-version: "18.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
env:
Expand Down

0 comments on commit 9511b2c

Please sign in to comment.