From 18256fcb11d162e7dd249963524478f6ae363e02 Mon Sep 17 00:00:00 2001 From: Jonas Stumph Stevnsvig Date: Fri, 1 Dec 2023 20:37:39 +0100 Subject: [PATCH] stop testing on node 16 since it is not supported by angular 17 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c85eb04..ba5fc38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 20.x] + node-version: [20.x, 21.x] steps: - uses: actions/checkout@v3 - name: Cache node modules