File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
with :
16
16
access_token : ${{ secrets.GITHUB_TOKEN }}
17
17
- name : Checkout repo
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
- name : Setup node
20
- uses : actions/setup-node@v2
20
+ uses : actions/setup-node@v4
21
21
with :
22
- node-version : ' 14 .x'
22
+ node-version : ' 20 .x'
23
23
- name : Install deps
24
24
run : yarn install
25
25
- name : Check for regressions
@@ -40,11 +40,11 @@ jobs:
40
40
with :
41
41
access_token : ${{ secrets.GITHUB_TOKEN }}
42
42
- name : Checkout repo
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v4
44
44
- name : Setup node
45
- uses : actions/setup-node@v2
45
+ uses : actions/setup-node@v4
46
46
with :
47
- node-version : ' 14 .x'
47
+ node-version : ' 20 .x'
48
48
- name : Install deps
49
49
# this runs a build script so there is no dedicated build
50
50
run : yarn install
You can’t perform that action at this time.
0 commit comments