Skip to content

Commit 9e6baa4

Browse files
authored
Update node.js.yml
1 parent 7d013b9 commit 9e6baa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
cache: 'pnpm'
2524

2625
- name: Setup pnpm
2726
uses: pnpm/action-setup@v2
2827
with:
29-
version: 8 # or your desired pnpm version
28+
version: 8 # You can pin to the version you want (e.g. 8.15.4)
3029
run_install: false
3130

3231
- name: Install dependencies

0 commit comments

Comments
 (0)