File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v1
1515 - uses : actions/setup-node@v1
1616 with :
17- node-version : ' 18 .x'
17+ node-version : ' 20 .x'
1818 - name : Generate docs
1919 run : |
2020 yarn install --frozen-lockfile
3232 - uses : actions/checkout@v1
3333 - uses : actions/setup-node@v1
3434 with :
35- node-version : ' 18 .x'
35+ node-version : ' 20 .x'
3636 - uses : webfactory/ssh-agent@v0.5.0
3737 with :
3838 ssh-private-key : ${{ secrets.GH_PAGES_DEPLOY }}
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
1818
19- - name : Setup Node.js 18 .x
19+ - name : Setup Node.js 20 .x
2020 uses : actions/setup-node@master
2121 with :
22- node-version : 18 .x
22+ node-version : 20 .x
2323
2424 - name : Install Dependencies
2525 run : yarn
Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- node-version : [18 .x]
14+ node-version : [20 .x]
1515
1616 steps :
1717 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [18 .x]
15+ node-version : [20 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [18 .x]
15+ node-version : [20 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1- v18
1+ v20
You can’t perform that action at this time.
0 commit comments