Skip to content

Commit 1f9e3c0

Browse files
author
ignace
committed
ci: upgrade node to v20
1 parent d3dded4 commit 1f9e3c0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
NODE_VERSION: 14
10+
NODE_VERSION: 20
1111
NODE_OPTIONS: '--max_old_space_size=4096'
1212

1313
jobs:

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"edition": "octane"
119119
},
120120
"volta": {
121-
"node": "14.21.3",
121+
"node": "20.11.0",
122122
"npm": "9.6.3"
123123
}
124124
}

0 commit comments

Comments
 (0)