Update node.js.yml

This commit is contained in:
2023-11-20 18:54:27 +08:00
committed by GitHub
parent a93849725b
commit 5506cac1e8

View File

@@ -26,6 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install yarn
- run: yarn install
- run: yarn build
- run: npm install
- run: npm build