Skip to content

Commit

Permalink
chore: pin version of pnpm in package.json to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 20, 2024
1 parent 48fa3e2 commit 67cd091
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Install pnpm.
npm install -g @pnpm/[email protected]
# Install/Activate PNPM version defined in root package.json
corepack enable pnpm


# Make sure 'node' user can access the 'node_modules' folder that will be mounted as a volume
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ inputs:
runs:
using: 'composite'
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup PNPM
run: corepack enable pnpm
shell: bash

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
5 changes: 2 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ runs:
uses: nrwl/nx-set-shas@v4

- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: 9
run: corepack enable pnpm
shell: bash

- name: Setup Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@
},
"nx": {
"includedScripts": []
}
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}

0 comments on commit 67cd091

Please sign in to comment.