Skip to content

Commit e216b2c

Browse files
author
SuperInstance Bot
committed
fix: use npm install instead of npm ci (no lock file)
1 parent 4095bd6 commit e216b2c

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
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
cache: 'npm'
19-
- run: npm ci
19+
- run: npm install
2020
- run: npm run build
2121
- run: npm test

0 commit comments

Comments
 (0)