diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a1eecd6..7925ee0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,7 @@ jobs: name: Set up Node.js uses: actions/setup-node@v5 with: - node-version: '24.8.0' + node-version: '24.13.1' registry-url: https://registry.npmjs.org - if: steps.check.outputs.changed == 'true'