From 988ee9fc6dace266809a573ab4c8c284c6eaa9a8 Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Mon, 21 Aug 2023 17:05:25 +0100 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 302aa38..12579ea 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: runs-on: self-hosted strategy: matrix: - node-version: [8, 10, 12, 14, 15] + node-version: [18,20] steps: - uses: actions/checkout@v2 @@ -43,7 +43,7 @@ jobs: needs: build strategy: matrix: - node-version: [8, 10, 12, 14, 15] + node-version: [18,20] steps: - uses: actions/checkout@v2