Skip to content

Commit 1d2f4d8

Browse files
committed
ci: replace bahmutov/npm-install with built-in setup-node caching
1 parent 1737709 commit 1d2f4d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
uses: actions/setup-node@v6
3030
with:
3131
node-version: ${{ matrix.node }}
32+
cache: npm
3233

3334
- name: Install dependencies
34-
uses: bahmutov/npm-install@v1
35+
run: npm ci
3536

3637
- name: Build, Test, Lint
3738
run: npm run ci

0 commit comments

Comments
 (0)