File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ jobs:
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- node : [18 ]
23
+ node : [20 ]
24
24
25
25
steps :
26
26
- name : Clone repository
27
27
uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : 3
30
30
31
- - uses : actions/cache@v3
31
+ - uses : actions/cache@v4
32
32
with :
33
33
path : ~/.cache/yarn
34
34
key : ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
35
35
restore-keys : |
36
36
${{ runner.os }}-node-
37
37
- name : Set Node.js version
38
- uses : actions/setup-node@v2
38
+ uses : actions/setup-node@v4
39
39
with :
40
40
node-version : ${{ matrix.node }}
41
41
50
50
51
51
# always deploy (re-publish) GitHub demo page with a Prod build
52
52
- name : Deploy to gh-pages
53
- uses : peaceiris/actions-gh-pages@v3
53
+ uses : peaceiris/actions-gh-pages@v4
54
54
if : github.ref == 'refs/heads/master'
55
55
with :
56
56
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments