Skip to content

Commit

Permalink
ci: bump PNPM version in CI yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Oct 17, 2024
1 parent 605eaff commit e4e2b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

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

- uses: actions/setup-node@v3
with:
Expand All @@ -90,7 +90,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install
run: pnpm install --no-optional --no-frozen-lockfile
run: pnpm install --no-optional

- name: Queue in release turnstile
id: turnstyle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
version: 9.12.1

- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit e4e2b70

Please sign in to comment.