Skip to content

Commit

Permalink
Update ci yml, fix pnpm not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Nov 4, 2024
1 parent 7bdf7ad commit 4b3edfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
node-version: '18.17.0'

- run: |
- run: |
npm install -g pnpm
pnpm --version
npm ci
npm test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- run: |
node --version
npm --version
npm install -g pnpm
pnpm --version
npm ci
npm run build
npm test

0 comments on commit 4b3edfa

Please sign in to comment.