diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 9201db8df..d319ad9b6 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -19,12 +19,10 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: '22.x' + node-version: '24' registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm run build - env: - IS_PUBLISHING: 'YES' - name: Check if pre-release and publish to NPM run: |