There was an error while loading. Please reload this page.
1 parent 3ffbec3 commit 1b65a9bCopy full SHA for 1b65a9b
1 file changed
.github/workflows/validate-specs.yml
@@ -5,11 +5,13 @@ on:
5
paths:
6
- "specs/**/*.spec.md"
7
- "packages/validate-specs/**"
8
+ - ".github/workflows/validate-specs.yml"
9
push:
10
branches: [ main ]
11
12
13
14
15
16
jobs:
17
validate-specs:
@@ -26,6 +28,11 @@ jobs:
26
28
- name: Checkout repository
27
29
uses: actions/checkout@v6
30
31
+ - name: Setup Node.js
32
+ uses: actions/setup-node@v4
33
+ with:
34
+ node-version: 24
35
+
36
- name: Setup bun
37
uses: oven-sh/setup-bun@v1
38
with:
0 commit comments