Skip to content

Commit

Permalink
update to current verions of Node and Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrostew committed Nov 29, 2022
1 parent 703e788 commit 03c8d40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 12.x]
node-version: [16.x, 14.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 12.x]
node-version: [16.x, 14.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand All @@ -76,7 +76,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 12.x]
node-version: [16.x, 14.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand All @@ -103,7 +103,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 12.x]
node-version: [16.x, 14.x]

steps:
- name: Checkout Code
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"npm": false
},
"volta": {
"node": "14.17.3",
"yarn": "1.22.10"
"node": "16.18.1",
"yarn": "1.22.19"
}
}
2 changes: 1 addition & 1 deletion packages/ember-cli-fastboot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"webpack": "^5.58.1"
},
"engines": {
"node": "12.* || 14.* || >=16"
"node": "14.* || 16.* || >=18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 03c8d40

Please sign in to comment.