1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-29 22:01:07 +02:00

Remove npm cache

This commit is contained in:
Tom Parker-Shemilt 2022-07-31 20:23:03 +01:00
parent a6df73feda
commit 2f83054f6d

View File

@ -38,7 +38,6 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 16
cache: 'npm'
- run: npm install markdown-toc - run: npm install markdown-toc
- run: ./node_modules/.bin/markdown-toc -i README.md - run: ./node_modules/.bin/markdown-toc -i README.md
- run: git diff --exit-code - run: git diff --exit-code