From bbb214d4288043d6bc60f4d3b0d794238cec68de Mon Sep 17 00:00:00 2001 From: yivlad Date: Mon, 4 Sep 2023 15:50:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8B=20Use=20setup=20node=20v1=20in=20r?= =?UTF-8?q?elease=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 7da3c826c..a5ea43208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js 16.x - uses: actions/setup-node@master + uses: actions/setup-node@v1 with: node-version: 16.x