Skip to content

Commit

Permalink
Update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
cloke committed Jul 15, 2024
1 parent f409ee9 commit 87aa008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- name: Setup node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Setup pnpm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4

- name: Setup node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 87aa008

Please sign in to comment.