Skip to content

Commit 3501604

Browse files
committed
Merge remote-tracking branch 'origin/maint/1.10.1'
2 parents cb9fa65 + 0f9b1f3 commit 3501604

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_schema.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ 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'
4238
- run: env
4339
- run: git status
4440
- name: Determine master/maintenance branch
@@ -60,6 +56,10 @@ jobs:
6056
git checkout -t origin/$JSR_BRANCH
6157
env:
6258
JSR_BRANCH: ${{ steps.branch.outputs.branch }}
59+
- uses: actions/setup-node@v6
60+
with:
61+
node-version: 24
62+
cache: 'npm'
6363
- name: Install npm tools
6464
run: npm install
6565
- name: Verify installed versions

0 commit comments

Comments
 (0)