From 186a7ba0516834a76ebf3b042e5324144ad7b66d Mon Sep 17 00:00:00 2001 From: David Ortner Date: Wed, 24 Jan 2024 03:00:53 +0100 Subject: [PATCH] #1233@trivial: Sets correct node.js version in github actions. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff6e5224d..76551a5aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [16] + node-version: [20] outputs: next_version: ${{ steps.versionCheck.outputs.next_version }}