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 baa55b8 commit 5a52a4aCopy full SHA for 5a52a4a
.github/workflows/pre-release.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v2
13
with:
14
node-version: '*'
15
+ cache: npm
16
check-latest: true
17
registry-url: 'https://registry.npmjs.org'
18
- name: Extract tag and version
.github/workflows/release-please.yml
@@ -23,6 +23,7 @@ jobs:
23
24
25
26
27
28
29
if: ${{ steps.release.outputs.release_created }}
.github/workflows/workflow.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: actions/setup-node@v2
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
0 commit comments