File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,15 @@ jobs:
19
19
- uses : actions/checkout@v2
20
20
with :
21
21
lfs : true
22
- - uses : actions/setup-node@v2
22
+ - uses : actions/setup-node@v4
23
23
with :
24
- node-version : ' 14 '
25
- cache : ' npm'
24
+ node-version : " 14 "
25
+ cache : " npm"
26
26
- run : npm ci
27
27
- run : npm run build:master
28
28
- uses : JamesIves/github-pages-deploy-action@v4
29
29
with :
30
30
branch : gh-pages
31
31
folder : dist
32
32
single-commit : true
33
+
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- uses : actions/checkout@v2
20
20
with :
21
21
lfs : true
22
- - uses : actions/setup-node@v2
22
+ - uses : actions/setup-node@v4
23
23
with :
24
- node-version : ' 14 '
25
- cache : ' npm'
24
+ node-version : " 14 "
25
+ cache : " npm"
26
26
- run : npm ci
27
27
- run : npm run build:release
28
28
- uses : JamesIves/github-pages-deploy-action@v4
32
32
branch : master
33
33
folder : dist
34
34
single-commit : true
35
+
You can’t perform that action at this time.
0 commit comments