diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d6fa99..352c96f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - name: Setup Node.js 18.x + - name: Setup Node.js 18.x uses: actions/setup-node@v1 with: node-version: 18.x