From c00483900e7565dd1dadd9d483a934237035908e Mon Sep 17 00:00:00 2001 From: Kai Volland Date: Fri, 26 May 2023 13:19:08 +0200 Subject: [PATCH] ci: bump node versions for ci --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index ff317b0..1a25f12 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] steps: - name: Checkout sources diff --git a/.github/workflows/on-push-master.yml b/.github/workflows/on-push-master.yml index 04c4a87..bfe7554 100644 --- a/.github/workflows/on-push-master.yml +++ b/.github/workflows/on-push-master.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] steps: - name: Checkout sources