Skip to content

Commit

Permalink
chore: pin pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
krunicn committed Apr 24, 2024
1 parent 28e3129 commit 6318213
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: pnpm/[email protected]
with:
version: latest
version: 8.15.7
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: latest
version: 8.15.7
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: latest
version: 8.15.7
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
"simulations",
"ethereum"
],
"packageManager": "[email protected].6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
"packageManager": "[email protected].7"
}

0 comments on commit 6318213

Please sign in to comment.