Skip to content

Commit 011d4b8

Browse files
authored
looks like the cache flag requires a lock file?
lets try without
1 parent 7c200f4 commit 011d4b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24-
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
24+
- uses: actions/setup-node@v2
2625
with:
27-
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
26+
node-version: ${{ matrix.node }}
27+
- run: npm install
2928
- run: npm ci
3029
- run: npm test

0 commit comments

Comments
 (0)