We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5eec3 commit 17078c5Copy full SHA for 17078c5
2 files changed
.github/workflows/ci.yaml
@@ -241,6 +241,9 @@ jobs:
241
timeout-minutes: 15
242
steps:
243
- uses: actions/checkout@v7
244
+ - uses: actions/setup-node@v6
245
+ with:
246
+ node-version: 24.18.0
247
- uses: jdx/mise-action@v4
248
with:
249
version: 2026.4.27
mise.toml
@@ -322,8 +322,7 @@ run = "nox -s tests -p 3.13"
322
[tasks."test:playground"]
323
description = "Run playground core tests"
324
dir = "playground-tests"
325
-tools = { node = "24.18.0", "npm:pnpm" = "11.11.0" }
326
-run = "pnpm run test"
+run = "node --test '*.test.js'"
327
328
[tasks."test:python:all"]
329
description = "Run Python SDK tests on all supported Python versions"
0 commit comments