Skip to content

Commit

Permalink
build: upgrade pnpm version (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Apr 22, 2024
1 parent 414e7d7 commit c9597f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changeset/sharp-pillows-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---
build: upgrade `pnpm` version
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
default: 20.10.0
pnpm-version:
description: "PNPM version"
default: 8.9.0
default: 9.0.2
runs:
using: "composite"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
default: 20.10.0
pnpm-version:
description: "PNPM version"
default: 8.9.0
default: 9.0.2
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -47,4 +47,4 @@ runs:
./install-fuelup.sh --no-modify-path --skip-toolchain-installation
export PATH="${HOME}/.fuelup/bin:${PATH}"
fuelup toolchain new forc-experimental
fuelup component add forc@$(cat ./packages/forc/VERSION_EXPERIMENTAL)
fuelup component add forc@$(cat ./packages/forc/VERSION_EXPERIMENTAL)
2 changes: 1 addition & 1 deletion .github/workflows/breaking-change-pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.10.0
pnpm-version: 8.9.0
pnpm-version: 9.0.2
- uses: FuelLabs/github-actions/setups/npm@master
with:
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"private": true,
"engines": {
"node": "^18.18.2 || ^20.0.0",
"pnpm": "^8.9.0"
"pnpm": "^9.0.2"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@9.0.2",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build --cache-dir=.turbo",
Expand Down

0 comments on commit c9597f9

Please sign in to comment.