Skip to content

Commit

Permalink
ci: update pnpm/action-setup to v4 (#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored and alexander-akait committed Dec 18, 2024
1 parent 4cd5aef commit 45930b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "yarn"

# Setup pnpm v7 for tests which is compatible with Node.js >=14
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 7
version: 9

- name: Install dependencies
run: yarn --frozen-lockfile --ignore-engines --ignore-scripts
Expand Down

0 comments on commit 45930b6

Please sign in to comment.