Skip to content

Commit acdbac6

Browse files
committed
disable caching for node setup
1 parent 64ebb19 commit acdbac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: 16.x
26-
cache: npm
26+
# cache: npm
2727
- run: npm ci
2828
- run: npm run build
2929
- run: npm run format-check

0 commit comments

Comments
 (0)