Skip to content

Commit

Permalink
ci: for pnpm 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ethansnow2012 committed Apr 9, 2024
1 parent 19768bb commit 2ca2fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Install 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 run build
- run: pnpm test

0 comments on commit 2ca2fd4

Please sign in to comment.