Change npm ci to npm install in workflow

This commit is contained in:
LingandRX
2026-01-21 23:24:13 +08:00
committed by GitHub
parent de8e6c6139
commit 1c258e2bf4
+1 -1
View File
@@ -26,6 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm run build --if-present
- run: npm test