Skip to content

Commit 32bfbfc

Browse files
author
ignace
committed
ci: use node 18
1 parent 9be7857 commit 32bfbfc

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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: 18
1111

1212
jobs:
1313
lint:

.node-version

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"webpack": "^5.76.0"
7474
},
7575
"engines": {
76-
"node": "10.* || >= 12"
76+
"node": "18.* || >= 20"
7777
},
7878
"ember": {
7979
"edition": "octane"

0 commit comments

Comments
 (0)