Skip to content

Commit 5ad31cc

Browse files
committed
ci(fix): npm i
1 parent 6c4a70c commit 5ad31cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 20
1616
cache: 'npm'
17-
- run: npm ci
17+
- run: npm i
1818
# - name: lint
1919
# run: npm run lint
2020
# - run: npm run build

0 commit comments

Comments
 (0)