We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e88cf93 + 14821a3 commit fe29973Copy full SHA for fe29973
.github/actions/setup/action.yml
@@ -12,11 +12,11 @@ runs:
12
name: Install pnpm
13
with:
14
version: 8
15
- run_install: false
+ run_install: false
16
- name: Install Node.js
17
uses: actions/setup-node@v3
18
19
- node-version: 16
+ node-version: 18
20
registry-url: 'https://registry.npmjs.org'
21
cache: pnpm
22
- uses: actions/cache@v3
package.json
@@ -171,7 +171,7 @@
171
"@glimmer/component": "^1.1.2"
172
},
173
"engines": {
174
- "node": ">= 16.*"
+ "node": ">= 18.*"
175
176
"ember-addon": {
177
"after": "ember-cli-legacy-blueprints"
0 commit comments