We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7765bcb commit aeea969Copy full SHA for aeea969
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
with: { bun-version: latest }
45
- uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
46
if: ${{ matrix.os != 'windows-latest' }}
47
- with: { deno-version: 2.8.2 }
+ with: { deno-version: 2.8.3 }
48
- run: node scripts/vite7.ts
49
- run: pnpm install
50
- run: pnpm stub && pnpm lint
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
- run: pnpm build
79
- run: pnpm vitest run test/examples
0 commit comments