Skip to content

Commit a3136e5

Browse files
ci: add Node.js setup to Lint job for frontend-typecheck hook
1 parent c8cc049 commit a3136e5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ jobs:
3333
python-version-file: ".python-version"
3434
cache: pip
3535

36+
- name: Set up Node
37+
uses: actions/setup-node@v5
38+
with:
39+
node-version: 24
40+
cache: npm
41+
42+
- name: Install frontend deps
43+
run: npm ci
44+
3645
- name: Run pre-commit
3746
uses: pre-commit/action@v3.0.1
3847

0 commit comments

Comments
 (0)