diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ee6bcc..6f10897 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [23.x] + node-version: [24.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 10139ce..7eb9f52 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [23.x] + node-version: [24.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09f012c..d55be68 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [23.x] + node-version: [24.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/update-userscripts.yml b/.github/workflows/update-userscripts.yml index ed8ca8b..8505c0d 100644 --- a/.github/workflows/update-userscripts.yml +++ b/.github/workflows/update-userscripts.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [23.x] + node-version: [24.x] steps: - uses: actions/checkout@v4