Skip to content

Commit 046cdb8

Browse files
author
nicogeburek
committed
remove cache from action
1 parent d6f4b7b commit 046cdb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wdi5-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
uses: actions/setup-node@v2
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
cache: "npm"
27-
cache-dependency-path: "**/package-lock.json"
26+
# cache: "npm"
27+
# cache-dependency-path: "**/package-lock.json"
2828

2929
- name: install packages
3030
run: npm ci

0 commit comments

Comments
 (0)