diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35667be..ed5ff77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,4 +36,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release \ No newline at end of file + run: npx -p node@v18-lts -c "npx semantic-release" \ No newline at end of file