ci: bump node version to 20 for ci workflows (#161)

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
This commit is contained in:
Andrea Lamparelli 2025-09-04 09:34:02 +02:00 committed by GitHub
parent 8c412dcb1f
commit c5ce1d4c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,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}"

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}"