We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f779e6 commit 246c5abCopy full SHA for 246c5ab
.github/workflows/buildbug.yml
@@ -4,6 +4,7 @@ jobs:
4
buildbug:
5
runs-on: ubuntu-22.04
6
steps:
7
+ - uses: actions/checkout@v4
8
- uses: actions/setup-node@v4
9
with:
10
node-version: 23
@@ -164,4 +165,4 @@ jobs:
164
165
166
- run: |
167
sed -i 's@"type": "module",@@' package.json
- 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