Skip to content

Commit e023d70

Browse files
authored
Merge pull request #161 from vralle/chore/caching-dependencies-for-ci-workflow
chore: Caching npm dependencies for CI workflow
2 parents e450873 + e23ce82 commit e023d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333

3434
- name: Install dependencies
35-
run: npm i
35+
run: npm ci
3636

3737
- name: Run the tests
3838
run: npm run test:coverage

0 commit comments

Comments
 (0)