Skip to content

Commit

Permalink
Merge pull request #1994 from IgnaceMaes/upgrade-node-v20
Browse files Browse the repository at this point in the history
ci: upgrade Node to v20
  • Loading branch information
mansona committed Jan 22, 2024
2 parents 4dd4979 + 1f9e3c0 commit 51de385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
NODE_VERSION: 14
NODE_VERSION: 20
NODE_OPTIONS: '--max_old_space_size=4096'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"edition": "octane"
},
"volta": {
"node": "14.21.3",
"node": "20.11.0",
"npm": "9.6.3"
}
}

0 comments on commit 51de385

Please sign in to comment.