Update node.js.yml

This commit is contained in:
unitwk 2022-11-22 10:35:50 +08:00 committed by GitHub
parent 17ceea3b69
commit adb5ceb635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,4 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run start
- run: npm run dev