Update node.js.yml

This commit is contained in:
mjking 2024-05-11 07:07:41 +08:00 committed by GitHub
parent 7d5ccef751
commit 1066509903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'
- run: npm ci - name: Install dependencies
- run: npm install - run: npm install
- run: npm run build --devel - run: npm run build --devel
- run: npm test - run: npm test