Skip to content

Commit

Permalink
Merge pull request #1569 from silx-kit/bump-action
Browse files Browse the repository at this point in the history
Bump `pnpm/action-setup` so it runs on Node 20
  • Loading branch information
axelboc authored Feb 8, 2024
2 parents 7fe42d7 + e3bba4c commit f344eee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version-file: 'package.json'

- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.x

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version-file: 'package.json'

- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.x

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
node-version-file: 'package.json'

- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.x

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
node-version-file: 'package.json'

- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.x

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
node-version-file: 'package.json'

- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.x

Expand Down

0 comments on commit f344eee

Please sign in to comment.