Skip to content

Commit

Permalink
chore : Add dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 12, 2024
1 parent 9139896 commit a7a0401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

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

0 comments on commit a7a0401

Please sign in to comment.