Skip to content

Commit 17078c5

Browse files
committed
fix: provision Node for playground CI
1 parent dc5eec3 commit 17078c5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ jobs:
241241
timeout-minutes: 15
242242
steps:
243243
- uses: actions/checkout@v7
244+
- uses: actions/setup-node@v6
245+
with:
246+
node-version: 24.18.0
244247
- uses: jdx/mise-action@v4
245248
with:
246249
version: 2026.4.27

mise.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@ run = "nox -s tests -p 3.13"
322322
[tasks."test:playground"]
323323
description = "Run playground core tests"
324324
dir = "playground-tests"
325-
tools = { node = "24.18.0", "npm:pnpm" = "11.11.0" }
326-
run = "pnpm run test"
325+
run = "node --test '*.test.js'"
327326

328327
[tasks."test:python:all"]
329328
description = "Run Python SDK tests on all supported Python versions"

0 commit comments

Comments
 (0)