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 f4e0777 commit 41b4da8Copy full SHA for 41b4da8
.github/workflows/main.yml
@@ -14,21 +14,6 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
17
- steps:
18
- - uses: actions/checkout@v4
19
- - uses: actions/setup-node@v4
20
- with:
21
- node-version: 18
22
- cache: npm
23
-
24
- - run: npm ci
25
- - run: npm run build
26
- - run: npm test
27
- - run: npm run lint
28
29
- check-deno-compatibility:
30
- runs-on: ubuntu-latest
31
32
steps:
33
- uses: actions/checkout@v4
34
- uses: actions/setup-node@v4
@@ -40,6 +25,8 @@ jobs:
40
deno-version: v2.x
41
- run: npm ci
42
- run: npm run build
+ - run: npm test
+ - run: npm run lint
43
- name: Check Deno compatibility
44
run: deno check dist/**/*.js
45
0 commit comments