diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a0299a..b1f0d48 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.8.2 + uses: actions/setup-node@v4.0.4 with: node-version: 14 - name: Install dependencies