Skip to content

Commit 757b41c

Browse files
committed
ci: simplify workflow
1 parent 97bee21 commit 757b41c

File tree

2 files changed

+2
-2846
lines changed

2 files changed

+2
-2846
lines changed

.github/workflows/npm-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: npm ci
21-
- run: npm test
20+
- run: pnpm install --frozen-lockfile
21+
- run: pnpm test

0 commit comments

Comments
 (0)