Skip to content

Commit 8dabc9e

Browse files
committed
Fix build workflow
1 parent 72799cd commit 8dabc9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20+
- name: Setup Node.js
21+
uses: actions/setup-node@v2
22+
with:
23+
node-version: '20'
24+
cache: 'npm'
25+
- run: npm ci
2026
- name: Compile TypeSpec
2127
run: tsp compile src/main.tsp --emit @typespec/openapi3
2228
- name: Fix OpenAPI

0 commit comments

Comments
 (0)