mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-10 00:47:46 +00:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
2
testdata/yaml-fixtures/package.json
vendored
2
testdata/yaml-fixtures/package.json
vendored
@@ -11,6 +11,6 @@
|
||||
"@actions/github": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0"
|
||||
"@types/node": "^22.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user