Skip to content

Commit

Permalink
feature #1 - Add install dependencies step to nodejs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 14, 2022
1 parent 22eda8e commit edddc70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Typecheck
Expand Down

0 comments on commit edddc70

Please sign in to comment.