Skip to content

Commit 0f9b1f3

Browse files
committed
chore: Setup node after switching to JSR branch
1 parent 83735b8 commit 0f9b1f3

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@v5
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)