File tree Expand file tree Collapse file tree 3 files changed +286
-64
lines changed Expand file tree Collapse file tree 3 files changed +286
-64
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
11
11
environment : deploy
12
12
steps :
13
13
- name : Checkout ποΈ
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Use Node.js π
17
- uses : actions/setup-node@v3
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 18
20
20
21
21
- name : Install and Build π§
22
22
run : |
23
- npm ci
23
+ npm i
24
24
npm run build-ci
25
25
26
26
- name : Deploy π
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout πππ₯€
12
- uses : actions/checkout@v2.3.1
12
+ uses : actions/checkout@v4
13
13
with :
14
14
persist-credentials : false
15
15
16
16
- name : Use Node.js π
17
- uses : actions/setup-node@v1
17
+ uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 16 .x'
19
+ node-version : ' 18 .x'
20
20
21
21
- name : Test π§ͺ
22
22
run : |
23
- npm ci
23
+ npm i
24
24
npm run check-ci
You canβt perform that action at this time.
0 commit comments