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:
commit
d61e73abbb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/remark.yml
vendored
4
.github/workflows/remark.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue