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:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repo
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919 fetch-depth : 0
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@v3
22+ uses : actions/setup-node@v4
2323 with :
24- node-version : ' 16 '
24+ node-version : ' 20 '
2525 cache : ' yarn'
2626
2727 - name : Install Dependencies
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Repo
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212
1313 - name : Setup Node.js
14- uses : actions/setup-node@v3
14+ uses : actions/setup-node@v4
1515 with :
16- node-version : ' 16 '
16+ node-version : ' 20 '
1717 cache : ' yarn'
1818
1919 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments