ci: update nodejs version [skip ci]

This commit is contained in:
Baptiste Augrain
2024-10-23 10:14:47 +02:00
parent c910d1447d
commit 4418bab702
8 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.12'
node-version: '20.18'
- name: Install Yarn
run: npm install -g yarn