Skip to content

Commit

Permalink
chore: update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
wssgcg1213 committed Sep 13, 2023
1 parent b3f1556 commit bcf28d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
registry-url: https://registry.npmjs.com/
- uses: pnpm/action-setup@v2
with:
version: latest
version: 8
- run: npm run setup
- run: |
npm config set //registry.npmjs.com/:_authToken=$NODE_AUTH_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
registry-url: https://registry.npmjs.com/
- uses: pnpm/action-setup@v2
with:
version: latest
version: 8
- run: npm run setup
- run: npm run build
- run: npm run lint
Expand Down

0 comments on commit bcf28d9

Please sign in to comment.