feat(1.101): use node-v22.14.0 and update patches (#2387)

This commit is contained in:
Baptiste Augrain
2025-05-23 03:16:28 +02:00
committed by GitHub
parent 9e38904cc5
commit f35cd2e4f9
23 changed files with 195 additions and 190 deletions

View File

@@ -61,7 +61,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.19.0'
node-version: '22.14.0'
- name: Setup Python 3
uses: actions/setup-python@v5