From 906ff5633a08c9c359e13569076c7f7aa91f9a43 Mon Sep 17 00:00:00 2001 From: Benjamin Halko Date: Tue, 23 Jan 2024 11:26:19 -0800 Subject: [PATCH] Use Node 20 --- .github/workflows/release-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 7dde4ba4b5..0b1d74262e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -20,6 +20,11 @@ jobs: java-version: '17' distribution: 'temurin' + - name: Set up Node.js 20 + uses: actions/setup-node@v2 + with: + node-version: '20' + - name: Cache Node modules uses: actions/cache@v3 with: