diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index c5049f5..9b48d4e 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -13,7 +13,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: "20.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm publish --provenance --access public