Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
with: { version: 10 }
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with: { node-version: 24 }
- run: pnpm install --frozen-lockfile
# Build first: the element/vue/react packages resolve @cluion/turing-core
Expand All @@ -61,7 +61,7 @@ jobs:
- run: composer update --prefer-dist --no-interaction
- uses: pnpm/action-setup@v6
with: { version: 10 }
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with: { node-version: 24 }
# Build the browser widget; the testbench route serves it from dist.
- run: pnpm install --frozen-lockfile && pnpm --filter @cluion/turing-core build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
with: { version: 10 }
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with: { node-version: 24 }
# Build the widget so the docs demo can serve it from public/, then the site.
- run: pnpm install --frozen-lockfile && pnpm --filter @cluion/turing-core build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
with: { version: 10 }
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with: { node-version: 24, registry-url: 'https://registry.npmjs.org' }
- run: pnpm install --frozen-lockfile
# -r publishes every public workspace package in dependency order
Expand Down