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:
1515 with :
1616 access_token : ${{ secrets.GITHUB_TOKEN }}
1717 - name : Checkout repo
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919 - name : Setup node
20- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v4
2121 with :
22- node-version : ' 14 .x'
22+ node-version : ' 20 .x'
2323 - name : Install deps
2424 run : yarn install
2525 - name : Check for regressions
@@ -40,11 +40,11 @@ jobs:
4040 with :
4141 access_token : ${{ secrets.GITHUB_TOKEN }}
4242 - name : Checkout repo
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v4
4444 - name : Setup node
45- uses : actions/setup-node@v2
45+ uses : actions/setup-node@v4
4646 with :
47- node-version : ' 14 .x'
47+ node-version : ' 20 .x'
4848 - name : Install deps
4949 # this runs a build script so there is no dedicated build
5050 run : yarn install
You can’t perform that action at this time.
0 commit comments