File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : 18
15
+ node-version : 22
16
16
- run : yarn
17
17
- name : Building
18
18
run : yarn build
30
30
- uses : actions/checkout@v3
31
31
- uses : actions/setup-node@v3
32
32
with :
33
- node-version : 18
33
+ node-version : 22
34
34
- uses : actions/download-artifact@v4
35
35
with :
36
36
name : octicons-build
52
52
- uses : actions/checkout@v3
53
53
- uses : actions/setup-node@v3
54
54
with :
55
- node-version : 18
55
+ node-version : 22
56
56
- uses : actions/download-artifact@v4
57
57
with :
58
58
name : octicons-build
76
76
- uses : actions/checkout@v3
77
77
- uses : actions/setup-node@v3
78
78
with :
79
- node-version : 18
79
+ node-version : 22
80
80
- uses : actions/download-artifact@v4
81
81
with :
82
82
name : octicons-build
Original file line number Diff line number Diff line change 25
25
26
26
- uses : actions/setup-node@v3
27
27
with :
28
- node-version : 18
28
+ node-version : 22
29
29
- run : npm install
30
30
- run : npm run svgo
31
31
Original file line number Diff line number Diff line change 21
21
- name : Set up Node.js
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 18 .x
24
+ node-version : 22 .x
25
25
26
26
- name : Setup Ruby
27
27
uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments