From 5a3a48daa9f308f06d428b742bb163d8c9c6035e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:36:47 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20node=20(22.21.1=20?= =?UTF-8?q?=E2=86=92=2024.11.0)=20(#91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/commitlint.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb29f94..695dc4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js for EditorConfig tools uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: - node-version: '22' + node-version: '24' - name: Install EditorConfig tools run: npm install -g eclint - name: Check EditorConfig compliance diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 34a4874..2558cf7 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Install commitlint run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22cdcb6..c4a4e6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Node.js (for cosign) uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Install cosign uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0