feat: prepare for 1.102 (#2413)

This commit is contained in:
Baptiste Augrain
2025-07-01 12:43:41 +02:00
committed by GitHub
parent 376bde0817
commit 6240fdfdc4
17 changed files with 116 additions and 153 deletions

View File

@@ -105,7 +105,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '22.14.0'
node-version: '22.15.1'
if: env.SHOULD_BUILD == 'yes'
- name: Setup Python 3
@@ -331,7 +331,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '22.14.0'
node-version: '22.15.1'
if: env.DISABLED != 'yes'
- name: Setup Python 3