Skip to content

Commit

Permalink
bump pnpm/action-setup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Aug 12, 2024
1 parent 467df3b commit 72641b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8

Expand All @@ -50,7 +50,7 @@ jobs:
node-version: 20.11.0

- name: Use pnpm v8.14.3
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.14.3

Expand Down

0 comments on commit 72641b7

Please sign in to comment.