Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion examples/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "keystone start",
"build": "keystone build",
"postinstall": "keystone postinstall",
"test": "node --loader tsx example-test.ts"
"test": "tsx example-test.ts"
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
Expand Down