Skip to content

Commit

Permalink
Update node version to 22 (#9417)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi authored Dec 8, 2024
1 parent d0cc08f commit 6616cd1
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*", "design-system/packages/*"],
"sandboxes": ["/tests/sandbox"],
"node": "20"
"node": "22"
}
2 changes: 1 addition & 1 deletion .github/actions/ci-setup-examples/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- uses: actions/setup-node@main
with:
# preferably lts/*, but we hit API limits when querying that
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- uses: actions/setup-node@main
with:
# preferably lts/*, but we hit API limits when querying that
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion examples/assets-local/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/auth/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/better-list-search/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-logo/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-navigation/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-pages/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-esbuild/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-field-view/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-field/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-id/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-output-paths/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-session-invalidation/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-session-jwt/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-session-next-auth/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/custom-session/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/default-values/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/document-field/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/empty-lists/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/extend-express-app/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-nexus/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/extend-graphql-subscriptions/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/extend-prisma-schema/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/field-groups/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/framework-astro/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev && npm run dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ts-gql/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/hooks/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/limits/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/omit/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/reuse/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/script/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/singleton/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/testing/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/transactions/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/usecase-blog-moderated/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/usecase-blog/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/usecase-relationship-union/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/usecase-roles/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/usecase-todo/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/usecase-versioning/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion examples/virtual-field/sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"template": "node",
"container": {
"startScript": "keystone dev",
"node": "20"
"node": "22"
}
}

0 comments on commit 6616cd1

Please sign in to comment.