File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Repo
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
19
19
fetch-depth : 0
20
20
21
21
- name : Setup Node.js
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
- node-version : ' 16 '
24
+ node-version : ' 20 '
25
25
cache : ' yarn'
26
26
27
27
- name : Install Dependencies
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout Repo
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Setup Node.js
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
- node-version : ' 16 '
16
+ node-version : ' 20 '
17
17
cache : ' yarn'
18
18
19
19
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments