Skip to content

Commit cb9fa65

Browse files
committed
Merge remote-tracking branch 'origin/maint/1.10.1'
2 parents 60184a4 + 83735b8 commit cb9fa65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_schema.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- uses: actions/setup-python@v6
3636
with:
3737
python-version: 3
38+
- uses: actions/setup-node@v6
39+
with:
40+
node-version: 24
41+
cache: 'npm'
3842
- run: env
3943
- run: git status
4044
- name: Determine master/maintenance branch

0 commit comments

Comments
 (0)