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
+2 -2
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