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 97bee21 commit 757b41cCopy full SHA for 757b41c
.github/workflows/npm-build.yml
@@ -17,5 +17,5 @@ jobs:
17
- uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
- - run: npm ci
21
- - run: npm test
+ - run: pnpm install --frozen-lockfile
+ - run: pnpm test
0 commit comments