Skip to content

Commit c782f0c

Browse files
committed
Drop node 16
1 parent ac2ecc8 commit c782f0c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.x
25+
node-version: 18.x
2626
cache: yarn
2727
- name: Install Dependencies
2828
run: yarn install --frozen-lockfile
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: 16.x
43+
node-version: 18.x
4444
cache: yarn
4545
- name: Install Dependencies
4646
run: yarn install --no-lockfile
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install Node
7474
uses: actions/setup-node@v3
7575
with:
76-
node-version: 16.x
76+
node-version: 18.x
7777
cache: yarn
7878
- name: Install Dependencies
7979
run: yarn install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"ember-source": "^3.28.11 || ^4.0.0 || ^5.0.0"
112112
},
113113
"engines": {
114-
"node": "16.* || >= 18"
114+
"node": ">= 18"
115115
},
116116
"publishConfig": {
117117
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)