Skip to content

Commit d0a56b5

Browse files
committed
chore: added specific node version
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 8ce25f2 commit d0a56b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Set up Node.js
3737
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
38+
with:
39+
node-version: '20'
3840

3941
- name: Run test file naming check
4042
run: node .github/scripts/pr-check-test-files.js

0 commit comments

Comments
 (0)