File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v2
17
- - uses : bahmutov/npm-install@v1
17
+ with :
18
+ cache : npm
19
+ - run : npm ci
18
20
- run : npx semantic-release
19
21
env :
20
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 25
25
uses : actions/setup-node@v2
26
26
with :
27
27
node-version : " ${{ matrix.node-version }}"
28
- - uses : bahmutov/npm-install@v1
28
+ cache : npm
29
+ - run : npm ci
29
30
- run : " npm run test:ci"
30
31
test :
31
32
runs-on : ubuntu-latest
36
37
uses : actions/setup-node@v2
37
38
with :
38
39
node-version : " ${{ matrix.node-version }}"
39
- - uses : bahmutov/npm-install@v1
40
+ cache : npm
41
+ - run : npm ci
40
42
- run : npm run lint
41
43
- run : npx lockfile-lint --path package-lock.json
You can’t perform that action at this time.
0 commit comments