Skip to content

Commit 72523c9

Browse files
committed
Try install
1 parent 4cd567d commit 72523c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
cache: npm
21-
- run: npm ci
21+
- run: npm install
2222
- run: npm run lint
2323
- run: npm run build
2424
- run: npm test

0 commit comments

Comments
 (0)