From 1d821c466e712ab36fc5e771ad71cf84889f8362 Mon Sep 17 00:00:00 2001 From: elibrody2 <85048617+elibrody2@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:18:30 -0500 Subject: [PATCH] Update releases.yml --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 064157a4..49540562 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -59,7 +59,7 @@ jobs: - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v3 with: node-version: 16 cache: 'pnpm'