diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 42c15ddd..2fbefe09 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 22.x cache: npm - name: verify release version @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 26.x registry-url: https://registry.npmjs.org - name: publish to npm