Skip to content

Commit 1b65a9b

Browse files
committed
specs-validator
1 parent 3ffbec3 commit 1b65a9b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/validate-specs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
paths:
66
- "specs/**/*.spec.md"
77
- "packages/validate-specs/**"
8+
- ".github/workflows/validate-specs.yml"
89
push:
910
branches: [ main ]
1011
paths:
1112
- "specs/**/*.spec.md"
1213
- "packages/validate-specs/**"
14+
- ".github/workflows/validate-specs.yml"
1315

1416
jobs:
1517
validate-specs:
@@ -26,6 +28,11 @@ jobs:
2628
- name: Checkout repository
2729
uses: actions/checkout@v6
2830

31+
- name: Setup Node.js
32+
uses: actions/setup-node@v4
33+
with:
34+
node-version: 24
35+
2936
- name: Setup bun
3037
uses: oven-sh/setup-bun@v1
3138
with:

0 commit comments

Comments
 (0)