Skip to content

Commit

Permalink
fix: Bump PNPM ver for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed May 28, 2024
1 parent b6676d6 commit 18c71bf
Show file tree
Hide file tree
Showing 6 changed files with 10,494 additions and 8,179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.6.0
version: 9.1.0
run_install: false
- name: Use node_modules cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.6.0
version: 9.1.0
run_install: false
- name: Use node_modules cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svelte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.6.0
version: 9.1.0
run_install: false
- name: Use node_modules cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8.6.0
version: 9.1.0
run_install: false
- name: Use node_modules cache
uses: actions/cache@v4
Expand Down
Loading

0 comments on commit 18c71bf

Please sign in to comment.