Skip to content

Commit

Permalink
fix(deps): bump pacote to latest to remove install warning (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 29, 2023
1 parent 9db1572 commit 7c34521
Show file tree
Hide file tree
Showing 23 changed files with 364 additions and 549 deletions.
7 changes: 5 additions & 2 deletions .github/actions/install-node-and-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ runs:
run: ${{ inputs.install-command }}
shell: bash

- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm v7
run: npm install -g pnpm@7
shell: bash

- run: pnpm --version
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
echo "is_affected=$IS_AFFECTED" >> $GITHUB_OUTPUT
shell: bash

- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm v7
run: npm install -g pnpm@7
shell: bash

- run: pnpm --version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/other-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
jq 'del(.volta)' package.json > package.json.tmp
mv package.json.tmp package.json
- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm v7
run: npm install -g pnpm@7
shell: bash

- run: pnpm --version
Expand Down

0 comments on commit 7c34521

Please sign in to comment.