Skip to content

Commit 246c5ab

Browse files
committed
...
1 parent 8f779e6 commit 246c5ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/buildbug.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
buildbug:
55
runs-on: ubuntu-22.04
66
steps:
7+
- uses: actions/checkout@v4
78
- uses: actions/setup-node@v4
89
with:
910
node-version: 23
@@ -164,4 +165,4 @@ jobs:
164165

165166
- run: |
166167
sed -i 's@"type": "module",@@' package.json
167-
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts
168+
cat lexical.json | npx ts-node lexical-cli-render-tsx.ts

0 commit comments

Comments
 (0)