From 1953ae8ac95b15fc34e5475938f4ea8be8c3654d Mon Sep 17 00:00:00 2001 From: Thierry de Pauw Date: Sun, 6 Oct 2024 22:55:49 +0200 Subject: [PATCH] Remove the deprecated node.js v16 (#30) --- .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 2a24c4c..903bdf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - node: [16, 18, 20, 22] + node: [18, 20, 22] steps: - name: Checkout