Skip to content

Commit

Permalink
workflows: cache npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jun 13, 2022
1 parent c88845e commit eae1d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm

- run: node --version
- run: npm --version
Expand Down

0 comments on commit eae1d8d

Please sign in to comment.