File tree 5 files changed +6002
-4583
lines changed
5 files changed +6002
-4583
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
- name : Install pnpm
22
22
uses : pnpm/action-setup@v2
23
23
with :
24
- version : 8
24
+ version : 9
25
25
- name : Install Node.js
26
26
uses : actions/setup-node@v4
27
27
with :
28
- node-version : 16
28
+ node-version : 22
29
29
cache : ' pnpm'
30
30
- name : Install dependencies
31
31
run : pnpm install
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@v2
15
15
with :
16
- version : 8
16
+ version : 9
17
17
- name : Install Node.js
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : 16
20
+ node-version : 22
21
21
cache : ' pnpm'
22
22
- name : Install dependencies
23
23
run : pnpm install
Original file line number Diff line number Diff line change 20
20
- name : Install pnpm
21
21
uses : pnpm/action-setup@v2
22
22
with :
23
- version : 8
23
+ version : 9
24
24
- name : Install Node.js ${{ matrix.node-version }}
25
25
uses : actions/setup-node@v4
26
26
with :
Original file line number Diff line number Diff line change
1
+ nodejs 22.4.1
2
+ pnpm 9.9.0
You can’t perform that action at this time.
0 commit comments