From 14a75e56123f9b6875f6f24794ff8cc02bc9f6f0 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 25 Feb 2023 20:11:12 +0100 Subject: [PATCH] ci: remove node 14 because it is not supported by next.js anymore Signed-off-by: Tilman Vatteroth --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index da22b3f31..41b5dd9af 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '14', '16', '18' ] + node: [ '16', '18' ] include: - node: '18' coverage: true