build: use node-v20.18.1 [skip ci]

This commit is contained in:
Baptiste Augrain
2025-01-21 19:31:52 +01:00
parent b17a273e47
commit 6fdc08b665
9 changed files with 13 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.18'
node-version: '20.18.1'
if: env.SHOULD_BUILD == 'yes'
- name: Install Yarn
@@ -328,7 +328,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.18'
node-version: '20.18.1'
if: env.DISABLED != 'yes'
- name: Setup Python 3