BREAKING CHANGE: update to use nodeJS v20

This commit is contained in:
Jerome Lachaud 2023-10-25 13:19:20 +00:00
parent aa1c48118d
commit d77e3dfdc8
4 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [20.x]
steps:
- name: Checkout

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16.x ]
node-version: [ 20.x ]
steps:
- name: Checkout