mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
add cache to tests workflow (#2762)
This commit is contained in:
parent
7cafed6c93
commit
12fdbbb291
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user