We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0008e84 commit 72274aeCopy full SHA for 72274ae
1 file changed
.github/workflows/test.yml
@@ -20,9 +20,13 @@ jobs:
20
- uses: denoland/setup-deno@v1
21
with:
22
deno-version: v1.x
23
+ - uses: actions/setup-node@v6
24
+ with:
25
+ node-version: 25
26
27
- run: gleam format --check src test
28
- run: gleam deps download
29
30
- run: gleam test --target erlang
- - run: gleam test --target javascript
31
+ - run: gleam test --target javascript --runtime node
32
+ - run: gleam test --target javascript --runtime deno
0 commit comments