Skip to content

Commit 8de6bd8

Browse files
committed
update to node 20
1 parent cfe915c commit 8de6bd8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
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
PERCY_PARALLEL_NONCE: ${{ github.run_id }}-${{ github.run_number }}
1212
PERCY_PARALLEL_TOTAL: 1
1313

@@ -37,7 +37,6 @@ jobs:
3737
- name: Lint
3838
run: npm run lint
3939

40-
4140
test-app:
4241
name: Test app
4342
runs-on: ubuntu-latest
@@ -65,7 +64,6 @@ jobs:
6564
PERCY_PARALLEL_TOTAL: ${{ env.PERCY_PARALLEL_TOTAL }}
6665
PERCY_TOKEN: c08aaada222e9cb103a28b98e94d71ff8baaddb5a548237432d900f1d4a9ec27
6766

68-
6967
lighthouse-ci:
7068
name: Run Lighthouse
7169
runs-on: ubuntu-latest

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"webpack": "^5.76.0"
9595
},
9696
"engines": {
97-
"node": "12.* || 14.* || >= 16"
97+
"node": ">= 20"
9898
},
9999
"ember": {
100100
"edition": "octane"
@@ -108,7 +108,6 @@
108108
"algoliasearch"
109109
],
110110
"volta": {
111-
"node": "14.16.0",
112-
"npm": "8.5.3"
111+
"node": "20.10.0"
113112
}
114113
}

0 commit comments

Comments
 (0)