From 033c858a2361d8e8fc37cb747944431c92a70fd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:19:29 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20node=20(18.20.?= =?UTF-8?q?8=20=E2=86=92=2022.18.0)=20(#19)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- testdata/yaml-fixtures/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7b56d1..6c32ae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js for EditorConfig tools uses: actions/setup-node@v4 # v4.4.0 with: - node-version: '18' + node-version: '22' - name: Install EditorConfig tools run: npm install -g eclint - name: Check EditorConfig compliance diff --git a/testdata/yaml-fixtures/package.json b/testdata/yaml-fixtures/package.json index b3be131..e32f1f1 100644 --- a/testdata/yaml-fixtures/package.json +++ b/testdata/yaml-fixtures/package.json @@ -11,6 +11,6 @@ "@actions/github": "^5.1.1" }, "devDependencies": { - "@types/node": "^20.0.0" + "@types/node": "^22.0.0" } }