diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 543ae7c..4e76128 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,10 @@ jobs: - uses: actions/setup-node@v4 if: steps.version.outputs.version_tag != '' with: - node-version: '20' + node-version: '24' registry-url: 'https://registry.npmjs.org' + - name: Install dependencies + run: npm ci - name: Update package version if: steps.version.outputs.version_tag != ''