Skip to content

Commit cf3bd97

Browse files
committed
ci: remove setup nodejs on js check workflows
1 parent 54b1c52 commit cf3bd97

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/npm-checks.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,10 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29-
- name: Setup Node.js
30-
uses: actions/setup-node@v4
31-
with:
32-
node-version: "20"
33-
cache: "pnpm"
34-
3529
- name: Install pnpm
36-
uses: pnpm/action-setup@v2
30+
uses: pnpm/action-setup@v4
3731
with:
38-
version: 8
32+
version: 10
3933

4034
- name: Install dependencies
4135
run: pnpm install

0 commit comments

Comments
 (0)