diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 229680c9..2bad737d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Use Node 20 for publish uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: 20 + node-version: 24 - name: Install latest npm for publish run: npm i -g npm