File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ jobs:
2020 strategy :
2121 fail-fast : false
2222 matrix :
23- node : [18 ]
23+ node : [20 ]
2424
2525 steps :
2626 - name : Clone repository
2727 uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 3
3030
31- - uses : actions/cache@v3
31+ - uses : actions/cache@v4
3232 with :
3333 path : ~/.cache/yarn
3434 key : ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
3535 restore-keys : |
3636 ${{ runner.os }}-node-
3737 - name : Set Node.js version
38- uses : actions/setup-node@v2
38+ uses : actions/setup-node@v4
3939 with :
4040 node-version : ${{ matrix.node }}
4141
5050
5151 # always deploy (re-publish) GitHub demo page with a Prod build
5252 - name : Deploy to gh-pages
53- uses : peaceiris/actions-gh-pages@v3
53+ uses : peaceiris/actions-gh-pages@v4
5454 if : github.ref == 'refs/heads/master'
5555 with :
5656 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments