From 24b69082507bab6c0777c6760bea523a44799b68 Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Mon, 26 Aug 2024 21:46:07 +0100 Subject: [PATCH] Upgrade GitHub build action to node 20 --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 791e5adb3..5137736be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,13 +4,9 @@ on: pull_request: branches: - master - - v1.0.X - - v1.1.X push: branches: - master - - v1.0.X - - v1.1.X jobs: build: @@ -18,9 +14,7 @@ jobs: strategy: matrix: node-version: [ - 10, - 12, - 14, + 20 ] steps: - uses: actions/checkout@v2