Fixed npm install before ci

This commit is contained in:
Sambo Chea 2023-07-11 12:42:27 +07:00
parent 98929a1e0f
commit 656c8e0ef7
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

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