Bump workflow versions (#4270)

* Bump workflow versions

* Update beta_site_lint.yml

* Update nodejs.yml
This commit is contained in:
dan
2022-02-02 11:58:20 +00:00
committed by GitHub
parent 626f957364
commit 42576e0e08
3 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -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'

View File

@@ -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