Skip to content

Commit 05c8b2e

Browse files
committed
Update node versions
1 parent a4a430d commit 05c8b2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npm-test:
3434
strategy:
3535
matrix:
36-
node_version: ['12.22.6', '14.21']
36+
node_version: ['14.21']
3737
needs: changes
3838
if: ${{ needs.changes.outputs.frontend == 'true' }}
3939
runs-on: ubuntu-latest

frontend/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.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"engines": {
8080
"bower": "1.x",
81-
"node": "6.* || 8.* || >= 10.*",
81+
"node": "14.* || 16.* || >= 18.*",
8282
"npm": "7.x"
8383
},
8484
"ember-addon": {

0 commit comments

Comments
 (0)