From 618e0ba531ee107ba7bcc1802bc5213154647118 Mon Sep 17 00:00:00 2001 From: GertSallaerts <1267900+GertSallaerts@users.noreply.github.com> Date: Fri, 3 May 2024 11:14:30 +0200 Subject: [PATCH] build: run tests on modern node version --- .github/workflows/tests.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e30083a..c199fb6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,17 +11,12 @@ jobs: with: node: latest - node-12: + node-18: uses: ./.github/workflows/test-node.yaml with: - node: 12 + node: 18 - node-14: + node-20: uses: ./.github/workflows/test-node.yaml with: - node: 14 - - node-16: - uses: ./.github/workflows/test-node.yaml - with: - node: 16 + node: 20