mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 04:12:34 +00:00
Bump workflow versions (#4270)
* Bump workflow versions * Update beta_site_lint.yml * Update nodejs.yml
This commit is contained in:
2
.github/workflows/analyze.yml
vendored
2
.github/workflows/analyze.yml
vendored
@@ -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
vendored
2
.github/workflows/beta_site_lint.yml
vendored
@@ -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
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user