Skip to content

Commit 83735b8

Browse files
committed
chore: Setup node to avoid thrashing lockfile
1 parent 7ad62f4 commit 83735b8

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