Fixed npm install before ci

This commit is contained in:
2023-07-11 12:42:27 +07:00
parent 98929a1e0f
commit 656c8e0ef7

View File

@@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm i && npm ci
- run: npm run build --if-present