From b632e5a97aa36e06a77603d13efdc4a0cf1cb0eb Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 28 Feb 2025 10:33:54 -0500 Subject: [PATCH] update node to 20.x for ui builds --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78384135..097edc32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: npm install working-directory: ui @@ -185,7 +185,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: npm install working-directory: ui @@ -238,7 +238,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: npm install working-directory: ui