Skip to content

Commit

Permalink
fix(actions): install specific version of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
bittricky committed May 31, 2024
1 parent 19cb753 commit 8461007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install pnpm
run: npm install -g pnpm
- name: Install specific version of pnpm
run: npm install -g pnpm@8.15.6
- name: Check if version already exists
id: version-check
run: |
Expand Down

0 comments on commit 8461007

Please sign in to comment.