feat(github-action)!: Update node (18.20.8 → 22.18.0) (#19)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-06 11:19:29 +03:00
committed by GitHub
parent de19fab17e
commit 033c858a23
2 changed files with 2 additions and 2 deletions

View File

@@ -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