From 8440cf819a252a6db73e1ce33a2ad33b3edcf87e Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Mon, 25 Mar 2024 18:37:08 +0100 Subject: [PATCH] Remove Node 16 from CI --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a40219..ee12ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: matrix: os: [ubuntu-latest] node-version: - - 16.x - 18.x - 20.x steps: @@ -60,7 +59,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: 18.x - name: Check out repository uses: actions/checkout@v3 - name: Load cache @@ -82,7 +81,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: 18.x - name: Check out repository uses: actions/checkout@v3 - name: Load cache @@ -109,7 +108,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: 18.x - name: Check out repository uses: actions/checkout@v3 - name: Load cache