From cddfc474391a82cc1b6dbbf0b86d05f7150e05d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:12:30 +0000 Subject: [PATCH] chore(deps): update node.js --- .github/workflows/danger.yml | 2 +- .github/workflows/linter-deno-lint.yml | 2 +- .github/workflows/linter-eslint.yml | 2 +- .github/workflows/linter-stylelint.yml | 2 +- .github/workflows/linter-textlint-pr.yml | 2 +- .github/workflows/linter-textlint.yml | 2 +- mise.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 1f95d71..c643f64 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 22 + node-version: 24 - name: Install dependencies run: npm install diff --git a/.github/workflows/linter-deno-lint.yml b/.github/workflows/linter-deno-lint.yml index f43a054..159a5af 100644 --- a/.github/workflows/linter-deno-lint.yml +++ b/.github/workflows/linter-deno-lint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 22 + node-version: 24 - name: Reviewdog Install run: curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b ./bin - name: Install Deno diff --git a/.github/workflows/linter-eslint.yml b/.github/workflows/linter-eslint.yml index 80475ac..6f382df 100644 --- a/.github/workflows/linter-eslint.yml +++ b/.github/workflows/linter-eslint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 22 + node-version: 24 - name: Run npm install run: npm install - name: Run ESLint diff --git a/.github/workflows/linter-stylelint.yml b/.github/workflows/linter-stylelint.yml index f9d2e2d..b3efaa2 100644 --- a/.github/workflows/linter-stylelint.yml +++ b/.github/workflows/linter-stylelint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 22 + node-version: 24 - name: Run npm install run: npm install - name: Run Stylelint diff --git a/.github/workflows/linter-textlint-pr.yml b/.github/workflows/linter-textlint-pr.yml index 48d6f4b..2dbfd72 100644 --- a/.github/workflows/linter-textlint-pr.yml +++ b/.github/workflows/linter-textlint-pr.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 22 + node-version: 24 - name: Run npm install run: npm install - name: Reviewdog Install diff --git a/.github/workflows/linter-textlint.yml b/.github/workflows/linter-textlint.yml index 9b03b77..0b046a4 100644 --- a/.github/workflows/linter-textlint.yml +++ b/.github/workflows/linter-textlint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 22 + node-version: 24 - name: Run npm install run: npm install - run: echo "::add-matcher::.github/problem-matcher.json" diff --git a/mise.toml b/mise.toml index ea4ea2f..a1da800 100644 --- a/mise.toml +++ b/mise.toml @@ -1,4 +1,4 @@ [tools] dagger = "0.18.12" -node = "24.9.0" +node = "24.14.0" pnpm = "10.28.0"