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
steps :
14
14
- uses : actions/checkout@v3
15
15
16
- - name : Set Node.js 16 .x
16
+ - name : Set Node.js 18 .x
17
17
uses : actions/setup-node@v3
18
18
with :
19
- node-version : 16 .x
19
+ node-version : 18 .x
20
20
21
21
- name : Install Dependencies
22
22
run : yarn
@@ -30,10 +30,10 @@ jobs:
30
30
steps :
31
31
- uses : actions/checkout@v3
32
32
33
- - name : Set Node.js 16 .x
33
+ - name : Set Node.js 18 .x
34
34
uses : actions/setup-node@v3
35
35
with :
36
- node-version : 16 .x
36
+ node-version : 18 .x
37
37
38
38
- name : Install Dependencies
39
39
run : yarn
@@ -47,10 +47,10 @@ jobs:
47
47
steps :
48
48
- uses : actions/checkout@v3
49
49
50
- - name : Set Node.js 16 .x
50
+ - name : Set Node.js 18 .x
51
51
uses : actions/setup-node@v3
52
52
with :
53
- node-version : 16 .x
53
+ node-version : 18 .x
54
54
55
55
- name : Install Dependencies
56
56
run : yarn
You can’t perform that action at this time.
0 commit comments