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 707bb19 commit 6910d5aCopy full SHA for 6910d5a
.github/workflows/ci-deno.yml
.github/workflows/ci.yml
@@ -50,3 +50,17 @@ jobs:
50
- run: npm install -g npm
51
- run: npm ci
52
- run: npm run test:browser -- --browsers ${{ matrix.browser }}
53
+
54
55
+ deno:
56
+ runs-on: ubuntu-latest
57
58
+ steps:
59
+ - uses: actions/checkout@v4
60
+ - name: Setup Deno
61
+ uses: denoland/setup-deno@v2
62
+ with:
63
+ deno-version: "v2.x"
64
+ - run: npm ci
65
+ - run: deno test test/deno_test.ts
66
0 commit comments