Skip to content

Commit

Permalink
set a fixed version of \pnpm\ to install for the reusable CI setup …
Browse files Browse the repository at this point in the history
…which is compatible with the Node version 16.14.0 that's used in the meantime
  • Loading branch information
shtaif committed Jun 21, 2024
1 parent fbd82fe commit 43f4ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci-common-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: bash

- name: Install pnpm
run: npm install -g pnpm
run: npm install -g pnpm@^8
shell: bash

- name: Restore possibly cached dependencies
Expand Down

0 comments on commit 43f4ac7

Please sign in to comment.