Skip to content

Commit

Permalink
chore: specify options for setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 12, 2024
1 parent cf10efa commit ebba669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'front'

- name: install, lint, audit, build, test
run: |
Expand Down

0 comments on commit ebba669

Please sign in to comment.