Skip to content

Commit

Permalink
Merge pull request #11 from rustworthy/core-update-actions
Browse files Browse the repository at this point in the history
Upd pnpm version in workflows
  • Loading branch information
bartstc authored Jul 22, 2024
2 parents 46acba9 + d65380c commit 23bf771
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 @@ -31,7 +31,7 @@ jobs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9.6.0
run_install: false

# https://github.com/storybookjs/test-runner/issues/301
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9.6.0
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9.6.0
run_install: false

- name: Install Node.js
Expand Down

0 comments on commit 23bf771

Please sign in to comment.