diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index e7b1e0c4..9e027042 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js v16 uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required! - run: npm ci - run: npm publish