File tree Expand file tree Collapse file tree 4 files changed +9
-4137
lines changed Expand file tree Collapse file tree 4 files changed +9
-4137
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- uses : actions/setup-node@v2
14
14
with :
15
15
node-version : ${{ matrix.node-version }}
16
- - run : npm ci
17
- - run : npm ci
16
+ - run : npm i
17
+ - run : npm i
18
18
working-directory : ./examples/async
19
- - run : npm ci
19
+ - run : npm i
20
20
working-directory : ./examples/callback
21
21
- run : npm run lint
22
22
- run : npm run prettier
30
30
- uses : actions/setup-node@v2
31
31
with :
32
32
node-version : ' 16.x'
33
- - run : npm ci
33
+ - run : npm i
34
34
- run : curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
35
35
- run : chmod +x ./cc-test-reporter
36
36
- run : ./cc-test-reporter before-build
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
- uses : actions/setup-node@v2
13
13
with :
14
14
node-version : ' 16.x'
15
- - run : npm ci
16
- - run : npm ci
15
+ - run : npm i
16
+ - run : npm i
17
17
working-directory : ./examples/async
18
- - run : npm ci
18
+ - run : npm i
19
19
working-directory : ./examples/callback
20
20
- run : npm run lint
21
21
- run : npm run prettier
30
30
with :
31
31
node-version : ' 16.x'
32
32
registry-url : https://registry.npmjs.org/
33
- - run : npm ci
33
+ - run : npm i
34
34
- run : npm publish
35
35
env :
36
36
NODE_AUTH_TOKEN : ${{ secrets.NPM_GUIDESMITHS }}
Original file line number Diff line number Diff line change 3
3
* .log
4
4
.codeclimate
5
5
.nyc_output
6
+ package-lock.json
You can’t perform that action at this time.
0 commit comments