diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 424273b..d7c3bfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,11 @@ jobs: fetch-depth: 0 persist-credentials: false + - name: Setup node.js + uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Release env: GITHUB_TOKEN: ${{ secrets.SEMREL_GITHUB_TOKEN }}