Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IceyWu committed Jun 24, 2024
1 parent 9be082e commit aa35251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 20

- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: 📦 Install dependencies
run: pnpm install
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
node-version: 20.x

- name: Setup PNPM
uses: pnpm/action-setup@v2.2.1
with:
version: 8.14.0
uses: pnpm/action-setup@v4

- name: Install
run: pnpm install
Expand Down

0 comments on commit aa35251

Please sign in to comment.