Skip to content

Commit 03c8d40

Browse files
committed
update to current verions of Node and Yarn
1 parent 703e788 commit 03c8d40

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [14.x, 12.x]
28+
node-version: [16.x, 14.x]
2929
os: [ubuntu-latest, windows-latest]
3030

3131
steps:
@@ -54,7 +54,7 @@ jobs:
5454

5555
strategy:
5656
matrix:
57-
node-version: [14.x, 12.x]
57+
node-version: [16.x, 14.x]
5858
os: [ubuntu-latest, windows-latest]
5959

6060
steps:
@@ -76,7 +76,7 @@ jobs:
7676

7777
strategy:
7878
matrix:
79-
node-version: [14.x, 12.x]
79+
node-version: [16.x, 14.x]
8080
os: [ubuntu-latest, windows-latest]
8181

8282
steps:
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
fail-fast: false
105105
matrix:
106-
node-version: [14.x, 12.x]
106+
node-version: [16.x, 14.x]
107107

108108
steps:
109109
- name: Checkout Code

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"npm": false
5959
},
6060
"volta": {
61-
"node": "14.17.3",
62-
"yarn": "1.22.10"
61+
"node": "16.18.1",
62+
"yarn": "1.22.19"
6363
}
6464
}

packages/ember-cli-fastboot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"webpack": "^5.58.1"
102102
},
103103
"engines": {
104-
"node": "12.* || 14.* || >=16"
104+
"node": "14.* || 16.* || >=18"
105105
},
106106
"publishConfig": {
107107
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)