Skip to content

Commit

Permalink
chore: set pnpm version for CI to 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Apr 17, 2024
1 parent b11af52 commit 3d71c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
version: 8.5.1
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
version: 8.5.1
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit 3d71c6e

Please sign in to comment.