build: update to node-v20

This commit is contained in:
Baptiste Augrain
2024-06-01 18:41:51 +02:00
parent b6411b1af1
commit 73ba20791e
7 changed files with 9 additions and 9 deletions

View File

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