File tree 5 files changed +10
-5202
lines changed
5 files changed +10
-5202
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v3
10
- - run : npm i
10
+ - run : npm ci
11
11
- run : npm run build:check
12
12
13
13
coverage :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v3
17
- - run : npm i
17
+ - run : npm ci
18
18
- run : npm run coverage
19
19
timeout-minutes : 1
20
20
env :
@@ -24,20 +24,20 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@v3
27
- - run : npm i
27
+ - run : npm ci
28
28
- run : npm run fmt:check
29
29
30
30
types :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v3
34
- - run : npm i
34
+ - run : npm ci
35
35
- run : npm run build
36
36
- run : npm run test:types
37
37
38
38
circular :
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- uses : actions/checkout@v3
42
- - run : npm i
42
+ - run : npm ci
43
43
- run : npm run circular
Original file line number Diff line number Diff line change 11
11
- uses : actions/setup-node@v3
12
12
with :
13
13
node-version : 18
14
- - run : npm i
14
+ - run : npm ci
15
15
- run : npm test
16
16
env :
17
17
FORCE_COLOR : 3
Original file line number Diff line number Diff line change 12
12
- uses : actions/setup-node@v3
13
13
with :
14
14
node-version : 16
15
- - run : npm i
15
+ - run : npm ci
16
16
- run : npm test
17
17
env :
18
18
FORCE_COLOR : 3
Original file line number Diff line number Diff line change 16
16
uses : actions/setup-node@v3
17
17
with :
18
18
node-version : ${{ matrix.node-version }}
19
- - run : npm i
19
+ - run : npm ci
20
20
- run : npm test
21
21
timeout-minutes : 1
22
22
env :
31
31
uses : actions/setup-node@v3
32
32
with :
33
33
node-version : 16.x
34
- - run : npm i
34
+ - run : npm ci
35
35
- run : npm run build
36
36
- run : node ./test/win32.test.js
37
37
timeout-minutes : 1
You can’t perform that action at this time.
0 commit comments