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 66a11f1 commit 5d32ea8Copy full SHA for 5d32ea8
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v2
13
with:
14
node-version: 16
15
+ cache: npm
16
- run: npm ci
17
- run: npx semantic-release
18
env:
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
19
- name: Install
20
run: npm ci
21
- name: Check JS
0 commit comments