Skip to content

Commit c0cea52

Browse files
committed
improve instructions and timeout job
1 parent c61708f commit c0cea52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

7+
timeout-minutes: 10
8+
79
on:
810
push:
911
branches:
@@ -24,7 +26,7 @@ jobs:
2426
- name: ⎔ Setup node
2527
uses: actions/setup-node@v4
2628
with:
27-
node-version: 22
29+
node-version: 24
2830

2931
- name: ▶️ Run setup script
3032
run: npm run setup

0 commit comments

Comments
 (0)