We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626f957 commit 42576e0Copy full SHA for 42576e0
.github/workflows/analyze.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: "14.x"
20
21
- name: Install dependencies
22
- uses: bahmutov/npm-install@v1.6.0
+ uses: bahmutov/npm-install@v1.7.10
23
with:
24
working-directory: 'beta'
25
.github/workflows/beta_site_lint.yml
@@ -21,7 +21,7 @@ jobs:
node-version: 12.x
- name: Install deps and build (with cache)
26
27
.github/workflows/nodejs.yml
- name: Lint codebase
run: yarn ci-check
0 commit comments