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 4fa5c21 commit efc78a5Copy full SHA for efc78a5
.github/workflows/release.yml
@@ -14,7 +14,9 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v2
17
- - uses: bahmutov/npm-install@v1
+ with:
18
+ cache: npm
19
+ - run: npm ci
20
- run: npx semantic-release
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -27,7 +27,8 @@ jobs:
27
uses: actions/setup-node@v2
28
with:
29
node-version: "${{ matrix.node-version }}"
30
31
32
- run: "npm run test:ci"
33
test:
34
runs-on: ubuntu-latest
@@ -38,5 +39,6 @@ jobs:
38
39
40
41
42
43
44
- run: npm run lint
0 commit comments