File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
fetch-depth : 0
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v4
33
+ uses : actions/setup-node@v5
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
cache : yarn
57
57
58
58
steps :
59
59
- uses : actions/checkout@v5
60
- - uses : actions/setup-node@v4
60
+ - uses : actions/setup-node@v5
61
61
with :
62
62
node-version : ' lts/*'
63
63
cache : yarn
74
74
75
75
steps :
76
76
- uses : actions/checkout@v5
77
- - uses : actions/setup-node@v4
77
+ - uses : actions/setup-node@v5
78
78
with :
79
79
node-version : ' lts/*'
80
80
cache : yarn
90
90
- uses : actions/checkout@v5
91
91
with :
92
92
fetch-depth : 0
93
- - uses : actions/setup-node@v4
93
+ - uses : actions/setup-node@v5
94
94
with :
95
95
node-version : ' lts/*'
96
96
cache : yarn
You can’t perform that action at this time.
0 commit comments