From: Bastien Wirtz Date: Sun, 10 Mar 2024 13:12:25 +0000 (+0100) Subject: make sure to use the latest node LTS X-Git-Tag: v24.04.1~11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f2f03eb3cc3be56abe32c064ec8d21912c4b4a47;p=github%2Fbastienwirtz%2Fhomer.git make sure to use the latest node LTS --- diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 258e77e..3177a5e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: