Skip to content

Commit

Permalink
update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jan 7, 2024
1 parent cfe915c commit 8de6bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .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
PERCY_PARALLEL_NONCE: ${{ github.run_id }}-${{ github.run_number }}
PERCY_PARALLEL_TOTAL: 1

Expand Down Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Lint
run: npm run lint


test-app:
name: Test app
runs-on: ubuntu-latest
Expand Down Expand Up @@ -65,7 +64,6 @@ jobs:
PERCY_PARALLEL_TOTAL: ${{ env.PERCY_PARALLEL_TOTAL }}
PERCY_TOKEN: c08aaada222e9cb103a28b98e94d71ff8baaddb5a548237432d900f1d4a9ec27


lighthouse-ci:
name: Run Lighthouse
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"webpack": "^5.76.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": ">= 20"
},
"ember": {
"edition": "octane"
Expand All @@ -108,7 +108,6 @@
"algoliasearch"
],
"volta": {
"node": "14.16.0",
"npm": "8.5.3"
"node": "20.10.0"
}
}

0 comments on commit 8de6bd8

Please sign in to comment.