From f2f03eb3cc3be56abe32c064ec8d21912c4b4a47 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 10 Mar 2024 14:12:25 +0100 Subject: make sure to use the latest node LTS --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3