Skip to content

Commit 75b4375

Browse files
committed
Fix code checks workflow
1 parent d814874 commit 75b4375

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/code_checks.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ jobs:
4343
with:
4444
python-version-file: ".python-version"
4545

46+
- name: Set up Node.js
47+
uses: actions/setup-node@v5
48+
with:
49+
node-version: '22'
50+
cache: 'npm'
51+
cache-dependency-path: catalog/package-lock.json
52+
53+
- name: Install Node dependencies
54+
working-directory: catalog
55+
run: npm ci
56+
4657
- name: Install the project
4758
run: uv sync --all-extras --dev
4859

0 commit comments

Comments
 (0)