Upgrade Node.js setup action and version (#16039)

Upgrade Node.js setup action and version at remark workflow

changelog: none
This commit is contained in:
Philipp Krones 2025-12-25 16:02:06 +00:00 committed by GitHub
commit d61e73abbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,9 @@ jobs:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: '20.x'
node-version: '24.x'
- name: Install remark
run: npm install remark-cli remark-lint remark-lint-maximum-line-length@^3.1.3 remark-preset-lint-recommended remark-gfm