Skip to content

Commit fe29973

Browse files
authored
Merge pull request #20716 from emberjs/kg-drop-node-16
2 parents e88cf93 + 14821a3 commit fe29973

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ runs:
1212
name: Install pnpm
1313
with:
1414
version: 8
15-
run_install: false
15+
run_install: false
1616
- name: Install Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
registry-url: 'https://registry.npmjs.org'
2121
cache: pnpm
2222
- uses: actions/cache@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"@glimmer/component": "^1.1.2"
172172
},
173173
"engines": {
174-
"node": ">= 16.*"
174+
"node": ">= 18.*"
175175
},
176176
"ember-addon": {
177177
"after": "ember-cli-legacy-blueprints"

0 commit comments

Comments
 (0)