diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14c302547..b1fbb994b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - NODE_LATEST: 22.x + NODE_LATEST: 23.x PLATFORM: ubuntu-latest CI: true # the LANG (used by the Intl API, which we use for some of the number @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 22.x] + node-version: [18.x, 23.x] platform: [ubuntu-latest] runs-on: ${{matrix.platform}} steps: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 8aedce93f..2179b9c85 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 23.x registry-url: https://registry.npmjs.org - run: npm clean-install - run: npm publish --provenance --access public --tag beta diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5520c62e..4a4e66644 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 23.x registry-url: https://registry.npmjs.org - run: npm clean-install - run: npm publish --provenance --access public