Skip to content

Commit

Permalink
Merge pull request #131 from universal-ember/fix-node-pnpm
Browse files Browse the repository at this point in the history
Fix node/pnpm
  • Loading branch information
NullVoxPopuli authored Feb 5, 2025
2 parents 3032083 + d79f090 commit e0a0864
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
13 changes: 0 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">= 18"
"node": ">= 22"
},
"volta": {
"extends": "../package.json"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"prettier-plugin-ember-template-tag": "^2.0.0",
"release-plan": "^0.10.0"
},
"volta": {
"node": "20.11.1",
"pnpm": "9.11.0"
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">= 22.11.0"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion tests/min-supported/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"webpack": "^5.89.0"
},
"engines": {
"node": "16.* || >= 18"
"node": ">= 22"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit e0a0864

Please sign in to comment.