Skip to content

Commit bb8cfbe

Browse files
committed
ci: no cache
1 parent 2312609 commit bb8cfbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/setup-node@v2
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
cache: npm
2423

2524
- name: Check npm audit
2625
run: npm audit --production --audit-level=low
@@ -32,4 +31,4 @@ jobs:
3231
run: npm run lint
3332

3433
- name: Run licence checker
35-
run: npm run license-checker
34+
run: npm run license-checker

0 commit comments

Comments
 (0)