diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8eb95c7..932d64c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -26,7 +26,7 @@ jobs: - name: Use supported Node.js Version uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - name: Restore cached dependencies uses: actions/cache@v4 with: