diff --git a/.github/workflows/bump-and-release.yml b/.github/workflows/bump-and-release.yml index 861b1447..fcd41145 100644 --- a/.github/workflows/bump-and-release.yml +++ b/.github/workflows/bump-and-release.yml @@ -24,6 +24,9 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org + - name: Install Node.js dependencies + run: npm ci + - name: Bump version id: bump env: