Skip to content

Commit 5a9bfbe

Browse files
authored
Update build.yml (#1)
1 parent 2349a4b commit 5a9bfbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
python-version: "3.12"
2121

22+
- uses: actions/setup-node@v4
23+
with:
24+
node-version: 22
25+
2226
- name: Install system-level dependencies
2327
run: |
2428
sudo apt-get update

0 commit comments

Comments
 (0)