Skip to content

Commit c0088de

Browse files
committed
drop support for EOL node < 18
1 parent 15bae44 commit c0088de

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 14.x
24+
node-version: 18.x
2525
cache: npm
2626
- run: npm i -g npm@8
2727
- run: npm ci
@@ -36,7 +36,7 @@ jobs:
3636
- uses: mansona/npm-lockfile-version@v1
3737
- uses: actions/setup-node@v3
3838
with:
39-
node-version: 14.x
39+
node-version: 18.x
4040
cache: npm
4141
- run: npm i -g npm@8
4242
- run: npm ci
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v2
5252
- uses: actions/setup-node@v3
5353
with:
54-
node-version: 14.x
54+
node-version: 18.x
5555
cache: npm
5656
- run: npm i -g npm@8
5757
- run: npm install --no-shrinkwrap
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v2
8383
- uses: actions/setup-node@v3
8484
with:
85-
node-version: 14.x
85+
node-version: 18.x
8686
cache: npm
8787
- run: npm i -g npm@8
8888
- run: npm ci
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions/checkout@v2
108108
- uses: actions/setup-node@v3
109109
with:
110-
node-version: 14.x
110+
node-version: 18.x
111111
cache: npm
112112
- run: npm i -g npm@8
113113
- run: npm ci

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"webpack": "^5.52.1"
112112
},
113113
"engines": {
114-
"node": "12.* || 14.* || >= 16"
114+
"node": "18.* || >= 20"
115115
},
116116
"ember": {
117117
"edition": "octane"
@@ -120,6 +120,6 @@
120120
"configPath": "tests/dummy/config"
121121
},
122122
"volta": {
123-
"node": "16.20.1"
123+
"node": "18.18.2"
124124
}
125125
}

0 commit comments

Comments
 (0)