Skip to content

Commit 6be9fb0

Browse files
authored
Add Node.js version check to pre-commit workflow
1 parent 7f3acf8 commit 6be9fb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v5
2222

23+
- run: node --version
24+
2325
- name: Get root directories
2426
id: dirs
2527
uses: clowdhaus/terraform-composite-actions/[email protected]

0 commit comments

Comments
 (0)