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 20
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
21
fetch-depth : 0
22
22
- name : Setup Node.js
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@v4
24
24
with :
25
25
node-version : 18
26
26
- name : Install Dependencies
Original file line number Diff line number Diff line change 19
19
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
20
20
fetch-depth : 0
21
21
- name : Setup Node.js
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
registry-url : ' https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN
25
25
node-version : 18
Original file line number Diff line number Diff line change 13
13
- name : checkout
14
14
uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15
15
- name : setup Node.js ${{ matrix.node_version }}
16
- uses : actions/setup-node@v3
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node_version : ${{ matrix.node_version }}
19
19
- name : Install
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13
13
- name : Setup Node.js
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : 18
17
17
- name : Set Env
You can’t perform that action at this time.
0 commit comments