add cache to tests workflow (#2762)

This commit is contained in:
Joel Wetzell 2024-08-06 02:11:57 -05:00 committed by GitHub
parent 7cafed6c93
commit 12fdbbb291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: './package-lock.json'
- name: Install dependencies
run: npm ci --legacy-peer-deps