mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Fix(github-actions): Update gh-actions dependencies to versions that utilize Node.js v16 (#6084)
* Update site_lint.yml * Update site_lint.yml
This commit is contained in:
4
.github/workflows/site_lint.yml
vendored
4
.github/workflows/site_lint.yml
vendored
@@ -16,12 +16,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20.x
|
||||
|
||||
- name: Install deps and build (with cache)
|
||||
uses: bahmutov/npm-install@v1.7.10
|
||||
uses: bahmutov/npm-install@v1.8.32
|
||||
|
||||
- name: Lint codebase
|
||||
run: yarn ci-check
|
||||
|
||||
Reference in New Issue
Block a user