We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12aabe6 commit 75a3768Copy full SHA for 75a3768
.github/workflows/release.yml
@@ -12,12 +12,7 @@ jobs:
12
- uses: actions/setup-node@v2
13
with:
14
node-version: 16
15
- - uses: actions/cache@v2
16
- with:
17
- path: ~/.npm
18
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
19
- restore-keys: |
20
- ${{ runner.os }}-node-
+ cache: npm
21
- run: npm ci
22
- run: npx semantic-release
23
env:
.github/workflows/test.yml
@@ -19,12 +19,7 @@ jobs:
uses: actions/setup-node@v2
node-version: ${{ matrix.node_version }}
24
25
26
27
28
29
- run: npm test
30
0 commit comments