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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.github/workflows/analyze.yml
-
.github/workflows/beta_site_lint.yml
-
.github/workflows/nodejs.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' |
|
|
|
|
|
|
|
|
|
@ -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' |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|