From 104fe926b95edca6b03f51274ace279367cb4932 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Fri, 26 May 2023 15:15:28 -0400 Subject: [PATCH] Update release.yml (#3789) --- .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 25bca171a..712b2a2ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - - name: Use Node.js 12.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: version: 16.x