diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f72d00a..072c4f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: "^16.20.2" registry-url: ${{ env.MY_NPM_REGISTRY }} - run: pnpm install --frozen-lockfile # Only if necessary - name: Publish to NPM