Commit 5b0b26c 1 parent ee3d2ec commit 5b0b26c Copy full SHA for 5b0b26c
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
if : github.event_name != 'release'
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v1
17
- - uses : actions/setup-node@v1
16
+ - uses : actions/checkout@v4
17
+ - uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 18.x '
19
+ node-version : 18
20
20
- name : Build
21
21
run : |
22
22
yarn install --immutable
@@ -40,10 +40,10 @@ jobs:
40
40
if : github.event_name == 'push'
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v1
44
- - uses : actions/setup-node@v1
43
+ - uses : actions/checkout@v4
44
+ - uses : actions/setup-node@v4
45
45
with :
46
- node-version : ' 18.x '
46
+ node-version : 18
47
47
-
uses :
webfactory/[email protected]
48
48
with :
49
49
ssh-private-key : ${{ secrets.GH_PAGES_DEPLOY }}
You can’t perform that action at this time.
0 commit comments