diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8c375..75f34e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: lts/* # npm 11.5.1 or later is required so update to latest to be sure - name: Update npm @@ -145,9 +145,11 @@ jobs: run: npm run build - name: 🚀 Release - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v5 with: - semantic_version: 19 + # semantic-release@v25 is required for trusted publishing. + # https://github.com/semantic-release/semantic-release/releases/tag/v25.0.1 + semantic_version: 25 branches: | [ '+([0-9])?(.{+([0-9]),x}).x',