diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ac7b41e..963ec888 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [25.x] steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3727ec15..e200cc5f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [25.x] steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0667e2ac..fee38749 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [25.x] steps: - uses: actions/checkout@v6