Browse Source

Bump action version

main
Dan Abramov 3 years ago
committed by GitHub
parent
commit
196edb3022
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/nodejs.yml

2
.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

Loading…
Cancel
Save