Skip to content

Commit

Permalink
Use node 20 in CI and fix testing example (#8974)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisno2 authored Dec 26, 2023
1 parent ba6261e commit 3311f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "node --import tsx --test example-test.ts"
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
Expand Down

0 comments on commit 3311f44

Please sign in to comment.