Skip to content

Commit

Permalink
feature #1 - Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 14, 2022
1 parent 372dbe3 commit 5697ad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/cache@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn
working-directory: ./src
- name: Lint
run: yarn lint
- name: Typecheck
Expand Down

0 comments on commit 5697ad4

Please sign in to comment.