mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-07 17:33:20 +02:00
ci: add Node.js setup to Lint job for frontend-typecheck hook
This commit is contained in:
@@ -33,6 +33,15 @@ jobs:
|
||||
python-version-file: ".python-version"
|
||||
cache: pip
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
||||
- name: Install frontend deps
|
||||
run: npm ci
|
||||
|
||||
- name: Run pre-commit
|
||||
uses: pre-commit/action@v3.0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user