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 5d32ea8 commit 6b2448eCopy full SHA for 6b2448e
templates/github-actions/release.yml
@@ -13,12 +13,7 @@ jobs:
13
- uses: actions/setup-node@v2
14
with:
15
node-version: 16
16
- - uses: actions/cache@v2
17
- with:
18
- path: ~/.npm
19
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
20
- restore-keys: |
21
- ${{ runner.os }}-node-
+ cache: npm
22
- run: npm ci
23
- run: npx semantic-release
24
env:
templates/github-actions/test.yml
@@ -19,12 +19,7 @@ jobs:
uses: actions/setup-node@v2
node-version: ${{ matrix.node_version }}
25
26
27
28
29
- run: npm test
30
0 commit comments