diff --git a/.github/workflows/ci-prb.yml b/.github/workflows/ci-prb.yml index da5a672..f6da38d 100644 --- a/.github/workflows/ci-prb.yml +++ b/.github/workflows/ci-prb.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: [ 18.x, 20.x, 22.x, 24.x ] + node: [ 22.x, 24.x, 26.x ] os: [ ubuntu-latest ] steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/ci-release-docs.yml b/.github/workflows/ci-release-docs.yml index 729f059..250d9c5 100644 --- a/.github/workflows/ci-release-docs.yml +++ b/.github/workflows/ci-release-docs.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - name: Use Node 20.x + - name: Use Node 24.x uses: actions/setup-node@v6 with: - node-version: '20.x' + node-version: '24.x' - name: Install Node dependencies run: yarn --frozen-lockfile - name: Build diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 75641a6..c811e9f 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '18.x' + node-version: '24.x' scope: '@apple' always-auth: true registry-url: 'https://registry.npmjs.org'