We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm/action-setup
1 parent 4cd5aef commit 45930b6Copy full SHA for 45930b6
1 file changed
.github/workflows/nodejs.yml
@@ -74,10 +74,9 @@ jobs:
74
node-version: ${{ matrix.node-version }}
75
cache: "yarn"
76
77
- # Setup pnpm v7 for tests which is compatible with Node.js >=14
78
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v4
79
with:
80
- version: 7
+ version: 9
81
82
- name: Install dependencies
83
run: yarn --frozen-lockfile --ignore-engines --ignore-scripts
0 commit comments