Skip to content

Commit 1410530

Browse files
committed
⚡️ chore: change the version of Node.js
- may make the tool relatively stable
1 parent 1b39bc9 commit 1410530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Setup Node.js
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v3
2727
with:
28-
node-version: '21'
28+
node-version: '20'
2929

3030
- name: Get changed markdown files
3131
id: files

0 commit comments

Comments
 (0)