We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9b6d2 commit d0c2e64Copy full SHA for d0c2e64
.github/workflows/test.yml
@@ -35,6 +35,7 @@ jobs:
35
node-version: 22
36
cache: npm
37
- run: npm ci
38
+ - run: deno install
39
- run: deno run --allow-read --allow-env test/index.js
40
41
bun:
0 commit comments