File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 50
50
uses : actions/setup-node@v5
51
51
with :
52
52
node-version : ${{ matrix.node_version }}
53
- cache : " pnpm"
54
53
55
54
- name : Install deps
56
55
run : pnpm install
@@ -121,7 +120,6 @@ jobs:
121
120
uses : actions/setup-node@v5
122
121
with :
123
122
node-version : 20
124
- cache : " pnpm"
125
123
126
124
- name : Install deps
127
125
run : pnpm install
Original file line number Diff line number Diff line change 24
24
with :
25
25
node-version : 22
26
26
registry-url : https://registry.npmjs.org/
27
- cache : " pnpm"
28
27
29
28
- name : Install deps
30
29
run : pnpm install
Original file line number Diff line number Diff line change 26
26
- uses : actions/setup-node@v5
27
27
with :
28
28
node-version : lts/*
29
- cache : pnpm
30
29
31
30
- name : Install dependencies
32
31
run : pnpm install
You can’t perform that action at this time.
0 commit comments