From c5f20308c6bf72f588b7cc5b29b805811a68f5d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 May 2022 22:36:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.2.0 --- .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 ccdbd30..2b3518e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Check whether it's the latest commit run: if [[ $(git ls-remote origin -h ${{ github.ref }} | cut -f1) != ${{ github.sha }} ]]; then exit 1; fi - name: Setup Node.js - uses: actions/setup-node@v3.1.1 + uses: actions/setup-node@v3.2.0 with: node-version: 14 - name: Install dependencies