Skip to content

Commit fe5f92f

Browse files
committed
chore: set up node
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent 6852c6d commit fe5f92f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-check-test-files.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
with:
2828
fetch-depth: 1 # Only fetch the latest commit
2929

30+
- name: Set up Node.js
31+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
32+
3033
- name: Run test file naming check
3134
run: node .github/scripts/pr-check-test-files.js

0 commit comments

Comments
 (0)