Skip to content

Commit 82d8aeb

Browse files
nschonnischorfES
authored andcommitted
ci: enable NPM caching with npm ci installs
1 parent 8ecf295 commit 82d8aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22+
cache: 'npm'
2223
node-version: ${{ matrix.node }}
2324

2425
- name: Install dependencies
25-
run: npm install
26+
run: npm ci
2627

2728
- name: Run tests
2829
run: npm run test

0 commit comments

Comments
 (0)