From ee8e69c20cc21d93eb942bc5479e4644d5704964 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 1 Nov 2023 12:15:54 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb6f8473..cca8f09c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: strategy: matrix: node-version: - - 14.x - 16.x + - 18.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}