diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2b356dc92..2c2e83105 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 - run: npm ci - run: npm prepare - run: npm test @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish --tag next