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 93356fc commit 4c1ad38Copy full SHA for 4c1ad38
.github/workflows/ci.yml
@@ -8,12 +8,10 @@ on:
8
9
jobs:
10
test:
11
- if: "!contains(github.event.head_commit.message, 'ci skip')"
12
-
13
strategy:
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x]
17
18
runs-on: ${{ matrix.os }}
19
@@ -35,7 +33,7 @@ jobs:
35
33
36
34
# Runs a set of commands using the runners shell
37
- name: Build and Test
38
- run: npm test
+ run: pnpm test
39
40
release:
41
runs-on: ubuntu-latest
0 commit comments