Skip to content

Commit

Permalink
pnpm/action-setup@v4 to fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jul 4, 2024
1 parent 856efed commit 75fe43c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development_image_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version-file: '.nvmrc'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/development_packages_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version-file: '.nvmrc'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
node-version-file: '.nvmrc'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
Expand Down

0 comments on commit 75fe43c

Please sign in to comment.