Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwangchong committed Aug 4, 2023
1 parent 1036391 commit 01847b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2.2.4
with:
version: 6.15.1
version: 7.11.0

- name: Use Node.js v16
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: v16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 01847b6

Please sign in to comment.