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 06419a3 commit 52d294aCopy full SHA for 52d294a
.github/workflows/qa.yml
@@ -18,6 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
- uses: actions/setup-node@v4
21
+ with:
22
+ node-version: 20
23
+ cache: "npm"
24
+ cache-dependency-path: package-lock.json
25
26
- name: Install dependencies
27
run: npm ci
.github/workflows/release-please.yml
@@ -36,6 +36,11 @@ jobs:
36
37
- if: ${{ github.event.inputs.publish-release == 'true' || steps.release.outputs.release_created }}
38
uses: actions/setup-node@v4
39
40
+ registry-url: 'https://registry.npmjs.org'
41
42
43
44
45
46
env:
0 commit comments