Skip to content

Commit

Permalink
dont allow 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Oct 8, 2023
1 parent 6a69efd commit 26b210c
Show file tree
Hide file tree
Showing 8 changed files with 6,041 additions and 2,543 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
node_version:
- 18
- 20
cmd:
- build
- test
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"rimraf": "^5.0.5"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x"
}
}
2 changes: 1 addition & 1 deletion examples/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.2.2"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x"
},
"pnpm": {
"patchedDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"astro": ">=1"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"constructs": "^10.1.0"
},
"engines": {
"node": "18.x || 20.x"
"node": "18.x"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 26b210c

Please sign in to comment.