Skip to content

Commit 72274ae

Browse files
committed
CI: Test JavaScript target on both Node.js and Deno
1 parent 0008e84 commit 72274ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ jobs:
2020
- uses: denoland/setup-deno@v1
2121
with:
2222
deno-version: v1.x
23+
- uses: actions/setup-node@v6
24+
with:
25+
node-version: 25
2326

2427
- run: gleam format --check src test
2528
- run: gleam deps download
2629

2730
- run: gleam test --target erlang
28-
- run: gleam test --target javascript
31+
- run: gleam test --target javascript --runtime node
32+
- run: gleam test --target javascript --runtime deno

0 commit comments

Comments
 (0)