From a246c54d4fd673193561dce7730ca4a96f8a34a6 Mon Sep 17 00:00:00 2001 From: Philipp Homberger Date: Mon, 18 Mar 2024 07:32:43 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0cf4ec9..da4b803 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: strategy: matrix: - node-version: [10.x, 11.x, 12.x, 13.x, 14.x] + node-version: ["14.x", "16.x", "18.x", "20.x"] steps: - uses: actions/checkout@v2