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 5392089 commit 6db9799Copy full SHA for 6db9799
.github/workflows/release-please.yml
@@ -23,6 +23,7 @@ jobs:
23
- uses: actions/setup-node@v2
24
with:
25
node-version: '*'
26
+ cache: 'npm'
27
check-latest: true
28
registry-url: 'https://registry.npmjs.org'
29
if: ${{ steps.release.outputs.release_created }}
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-node@v2
18
19
20
21
22
- name: Install dependencies
run: npm ci
0 commit comments