From 117f9d41b3f8f9e4f81e4c9cad24dc9e48a199e3 Mon Sep 17 00:00:00 2001 From: Brad Date: Sun, 7 Jul 2024 16:04:05 -0700 Subject: [PATCH] Update gh actions to node 21 --- .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 3c52832..146b4eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '21.x' - name: Install, Lint, Compile, and create build info for server run: |