From 9d73617c621aae645753117cc57fc7e12e70f391 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Mon, 13 Jan 2025 13:10:55 +0100 Subject: [PATCH] Remove Node 12 from spec workflow in CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccbf947..4162297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,10 +68,11 @@ jobs: matrix: os: [ubuntu-latest] node-version: - - 12.x - 14.x - 16.x - 18.x + - 20.x + - 22.x steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3