Dan Abramov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/nodejs.yml
|
@ -18,7 +18,7 @@ jobs: |
|
|
node-version: 12.x |
|
|
node-version: 12.x |
|
|
|
|
|
|
|
|
- name: Install deps and build (with cache) |
|
|
- name: Install deps and build (with cache) |
|
|
uses: bahmutov/npm-install@v1 |
|
|
uses: bahmutov/npm-install@v1.6.0 |
|
|
|
|
|
|
|
|
- name: Lint codebase |
|
|
- name: Lint codebase |
|
|
run: yarn ci-check |
|
|
run: yarn ci-check |
|
|