Skip to content

Commit

Permalink
ci: for pnpm 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ethansnow2012 committed Apr 9, 2024
1 parent ea8a893 commit 19768bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install PNPM
run: npm i -g pnpm
run: npm i -g pnpm
- run: pnpm install # or `pnpm ci` if you have a pnpm-lock.yaml
- run: pnpm run build --if-present
- run: pnpm test
- run: pnpm test

0 comments on commit 19768bb

Please sign in to comment.