Update node.js.yml

This commit is contained in:
Hex
2023-11-20 10:17:24 +08:00
committed by GitHub
parent b2b73d05c2
commit 21cd4b2c04

View File

@@ -26,6 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install modules
- run: npm i
- run: npm run lint