We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0053dc commit f69ec2eCopy full SHA for f69ec2e
.github/workflows/node-ci.yml
@@ -22,7 +22,8 @@ jobs:
22
uses: actions/setup-node@v2
23
with:
24
node-version-file: '.nvmrc'
25
- - uses: bahmutov/npm-install@v1
+ cache: npm
26
+ - run: npm clean-install
27
- run: npm test
28
- name: Upload coverage data to Codecov
29
run: npm run coverage:report
@@ -41,7 +42,8 @@ jobs:
41
42
43
44
node-version: ${{ matrix.node }}
45
46
47
48
release:
49
needs:
@@ -54,7 +56,8 @@ jobs:
54
56
55
57
58
node-version: lts/*
59
60
61
- name: semantic-release
62
run: npx semantic-release
63
env:
0 commit comments