We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d013b9 commit 9e6baa4Copy full SHA for 9e6baa4
1 file changed
.github/workflows/node.js.yml
@@ -21,12 +21,11 @@ jobs:
21
uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
- cache: 'pnpm'
25
26
- name: Setup pnpm
27
uses: pnpm/action-setup@v2
28
29
- version: 8 # or your desired pnpm version
+ version: 8 # You can pin to the version you want (e.g. 8.15.4)
30
run_install: false
31
32
- name: Install dependencies
0 commit comments