Skip to content

Commit 05f5bc7

Browse files
committed
cd: ignore cache in workflows
1 parent ab29bd5 commit 05f5bc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/node.js.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/setup-node@v2
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
cache: "npm"
3029
- run: yarn install
3130
- run: CI='' && npm run build-ghpages --if-present
3231
- run: touch ./build/.nojekyll

0 commit comments

Comments
 (0)