From dd754fb986cc605dd0379a1b734887c13c5b52f9 Mon Sep 17 00:00:00 2001 From: roboin <50550561+Robot-Inventor@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:54:32 +0900 Subject: [PATCH] ci: update Node.js version to v23 in GitHub Actions (#271) --- .github/workflows/build.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/update-userscripts.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0f40e5..a420f41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [23.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f2b098d..07f6a43 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [23.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9912f12..7d7c5ed 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [23.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/update-userscripts.yml b/.github/workflows/update-userscripts.yml index b54a56c..2e0dbb7 100644 --- a/.github/workflows/update-userscripts.yml +++ b/.github/workflows/update-userscripts.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [23.x] steps: - uses: actions/checkout@v4