Browse Source

Bump workflow versions (#4270)

* Bump workflow versions

* Update beta_site_lint.yml

* Update nodejs.yml
main
dan 3 years ago
committed by GitHub
parent
commit
42576e0e08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/analyze.yml
  2. 2
      .github/workflows/beta_site_lint.yml
  3. 2
      .github/workflows/nodejs.yml

2
.github/workflows/analyze.yml

@ -19,7 +19,7 @@ jobs:
node-version: "14.x"
- name: Install dependencies
uses: bahmutov/npm-install@v1.6.0
uses: bahmutov/npm-install@v1.7.10
with:
working-directory: 'beta'

2
.github/workflows/beta_site_lint.yml

@ -21,7 +21,7 @@ jobs:
node-version: 12.x
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1.6.0
uses: bahmutov/npm-install@v1.7.10
with:
working-directory: 'beta'

2
.github/workflows/nodejs.yml

@ -21,7 +21,7 @@ jobs:
node-version: 12.x
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1.6.0
uses: bahmutov/npm-install@v1.7.10
- name: Lint codebase
run: yarn ci-check

Loading…
Cancel
Save