diff --git a/.github/actions/ci-setup/action.yml b/.github/actions/ci-setup/action.yml index b79bca774c1..877a58ef01f 100644 --- a/.github/actions/ci-setup/action.yml +++ b/.github/actions/ci-setup/action.yml @@ -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 diff --git a/examples/testing/package.json b/examples/testing/package.json index 104d60da095..0c482e2b45f 100644 --- a/examples/testing/package.json +++ b/examples/testing/package.json @@ -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",