File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
- name : Checkout
16
16
uses : actions/checkout@v2
17
17
- name : Install Node.js
18
- uses : actions/setup-node@v1
18
+ uses : actions/setup-node@v3
19
19
with :
20
- node-version : 14.x
20
+ node-version : 18
21
21
- run : npm install
22
22
- name : Linting
23
23
run : npm run lint
28
28
- name : Checkout
29
29
uses : actions/checkout@v2
30
30
- name : Install Node.js
31
- uses : actions/setup-node@v1
31
+ uses : actions/setup-node@v3
32
32
with :
33
- node-version : 14.x
33
+ node-version : 18
34
34
- run : npm install
35
35
- name : Compiling
36
36
run : npm run compile
41
41
- name : Checkout
42
42
uses : actions/checkout@v2
43
43
- name : Install Node.js
44
- uses : actions/setup-node@v1
44
+ uses : actions/setup-node@v3
45
45
with :
46
- node-version : 14.x
46
+ node-version : 18
47
47
- run : npm install
48
48
- name : Compiling
49
49
run : npm run compile
55
55
- name : Checkout
56
56
uses : actions/checkout@v2
57
57
- name : Install Node.js
58
- uses : actions/setup-node@v1
58
+ uses : actions/setup-node@v3
59
59
with :
60
- node-version : 14.x
60
+ node-version : 18
61
61
- run : npm install
62
62
- run : npm install
63
63
working-directory : ./e2e
You can’t perform that action at this time.
0 commit comments