Skip to content

Commit f1acf7a

Browse files
author
nicogeburek
committed
merge upstream
2 parents 24930d3 + 32d24bc commit f1acf7a

File tree

2 files changed

+442
-10649
lines changed

2 files changed

+442
-10649
lines changed

.github/workflows/wdi5-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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
30-
run: npm ci
30+
run: npm install
3131

3232
- name: run wdi5 tests
3333
run: npm run ci-test

0 commit comments

Comments
 (0)