ci: bump node version to 20 for ci workflows

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
This commit is contained in:
Andrea Lamparelli 2025-09-04 09:28:46 +02:00
parent 8c412dcb1f
commit e74bde7357
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Git config
run: |
git config user.name "${GITHUB_ACTOR}"