File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
github_token : ${{ secrets.GITHUB_TOKEN }}
19
19
build_script : npm run build-for-export-size
20
20
paths : dist
21
- node-version : 20
21
+ node-version : 22
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 20
17
+ node-version : 22
18
18
cache : npm
19
19
- name : Install dependencies
20
20
run : npm install
27
27
- uses : actions/checkout@v4
28
28
- uses : actions/setup-node@v4
29
29
with :
30
- node-version : 20
30
+ node-version : 22
31
31
cache : npm
32
32
- name : Install dependencies
33
33
run : npm install
42
42
- uses : actions/checkout@v4
43
43
- uses : actions/setup-node@v4
44
44
with :
45
- node-version : 20
45
+ node-version : 22
46
46
cache : npm
47
47
- name : Install dependencies
48
48
run : npm install
Original file line number Diff line number Diff line change 1
- 20
1
+ 22
You can’t perform that action at this time.
0 commit comments