Skip to content

Commit 138c228

Browse files
committed
chore: set up node
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent 29a7e50 commit 138c228

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
with:
3232
fetch-depth: 1 # Only fetch the latest commit
3333

34+
- name: Set up Node.js
35+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
36+
3437
- name: Run test file naming check
3538
run: node .github/scripts/pr-check-test-files.js

0 commit comments

Comments
 (0)