File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v5
23
- - uses : actions/setup-node@v4
23
+ - uses : actions/setup-node@v5
24
24
with :
25
25
node-version : " ${{ env.NODE_VERSION }}"
26
26
- name : Run install
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- uses : actions/checkout@v5
42
- - uses : actions/setup-node@v4
42
+ - uses : actions/setup-node@v5
43
43
with :
44
44
node-version : " ${{ env.NODE_VERSION }}"
45
45
- name : Run install
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
- - uses : actions/setup-node@v4
15
+ - uses : actions/setup-node@v5
16
16
- name : commitlint (install)
17
17
run : |
18
18
npm install -g @commitlint/cli @commitlint/config-conventional
You can’t perform that action at this time.
0 commit comments