Skip to content

Commit

Permalink
Merge pull request #20716 from emberjs/kg-drop-node-16
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Jul 5, 2024
2 parents e88cf93 + 14821a3 commit fe29973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ runs:
name: Install pnpm
with:
version: 8
run_install: false
run_install: false
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: pnpm
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"@glimmer/component": "^1.1.2"
},
"engines": {
"node": ">= 16.*"
"node": ">= 18.*"
},
"ember-addon": {
"after": "ember-cli-legacy-blueprints"
Expand Down

0 comments on commit fe29973

Please sign in to comment.