Skip to content

Commit

Permalink
ci: deno v2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 1, 2024
1 parent 899a782 commit f4d0062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
with:
bun-version: latest
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
with:
deno-version: v1.x
deno-version: v2.x
- run: pnpm install
- run: pnpm lint
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"test:bun": "bun --bun test test/bun",
"test:native": "pnpm test:native:bun && pnpm test:native:node && pnpm test:native:deno",
"test:native:bun": "bun --bun test test/native/bun.test.ts",
"test:native:deno": "deno test -A test/native/deno.test.ts",
"test:native:deno": "deno test -A --no-check test/native/deno.test.ts",
"test:native:node": "node --test --experimental-strip-types test/native/node.test.ts",
"test:node-register": "JITI_JSX=1 node --test test/node-register.test.mjs",
"test:types": "tsc --noEmit"
Expand Down

0 comments on commit f4d0062

Please sign in to comment.