Skip to content

Commit eab7851

Browse files
committed
fix generated files workflow
1 parent 4416f1d commit eab7851

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/check-generated-files.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17+
- name: Set up Node.js
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: '22'
21+
22+
- name: Install pnpm
23+
uses: pnpm/action-setup@v4
24+
with:
25+
version: 10.13.1
26+
1727
- name: Regenerate files.json
1828
working-directory: apps/dojo
1929
run: pnpm generate-content-json

0 commit comments

Comments
 (0)