File tree 2 files changed +3241
-2753
lines changed
2 files changed +3241
-2753
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
- name : Install pnpm
18
18
uses : pnpm/action-setup@v3
19
19
with :
20
- version : 8
20
+ version : 9
21
21
- name : Install Node.js
22
22
uses : actions/setup-node@v4
23
23
with :
24
- node-version : 21
24
+ node-version : 22
25
25
cache : pnpm
26
26
- name : Install dependencies
27
27
run : pnpm install --ignore-scripts
42
42
- name : Install pnpm
43
43
uses : pnpm/action-setup@v3
44
44
with :
45
- version : 8
45
+ version : 9
46
46
- name : Install Node.js ${{ matrix.node-version }}
47
47
uses : actions/setup-node@v4
48
48
with :
@@ -69,11 +69,11 @@ jobs:
69
69
- name : Install pnpm
70
70
uses : pnpm/action-setup@v3
71
71
with :
72
- version : 8
72
+ version : 9
73
73
- name : Install Node.js
74
74
uses : actions/setup-node@v4
75
75
with :
76
- node-version : 20
76
+ node-version : 22
77
77
cache : pnpm
78
78
- name : Install dependencies
79
79
run : pnpm install --ignore-scripts
You can’t perform that action at this time.
0 commit comments