Update node.js.yml

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

View File

@ -27,6 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'
- name: Install dependencies - 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