Skip to content

Commit de4790a

Browse files
committed
Install npm and build
1 parent 0ff5960 commit de4790a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 23.x
23+
registry-url: https://registry.npmjs.org/
24+
- run: npm ci
25+
26+
- run: npm run build
27+
2028
- name: Install uv
2129
uses: astral-sh/setup-uv@v3
2230

0 commit comments

Comments
 (0)