File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
20
20
- name : Setup Node.js
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
node-version-file : .nvmrc
24
24
Original file line number Diff line number Diff line change 18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
20
20
- name : Setup Node.js
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
node-version-file : .nvmrc
24
24
Original file line number Diff line number Diff line change 45
45
token : ${{ steps.generate_token.outputs.token }}
46
46
47
47
- name : Setup Node.js
48
- uses : actions/setup-node@v3
48
+ uses : actions/setup-node@v4
49
49
with :
50
50
node-version-file : .nvmrc
51
51
Original file line number Diff line number Diff line change 31
31
ref : " main"
32
32
token : ${{ steps.generate_token.outputs.token }}
33
33
34
- - uses : actions/setup-node@v3 # bin/bump-version needs npm
34
+ - uses : actions/setup-node@v4 # bin/bump-version needs npm
35
35
with :
36
36
node-version-file : .nvmrc
37
37
You can’t perform that action at this time.
0 commit comments