Skip to content

Commit 9b54fc1

Browse files
committed
github action fix
1 parent 6e6b26c commit 9b54fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

23-
- run: npm ci
23+
- run: npm install
2424
- run: npm test

0 commit comments

Comments
 (0)