1 parent 991dc2c commit b586208Copy full SHA for b586208
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
run: bun run test:ssr
50
51
solid-next:
52
- name: build & test (solid-js@2.0.0-beta, non-gating)
+ name: build & test (solid-js@2.0.0-beta.32, non-gating)
53
runs-on: ubuntu-latest
54
continue-on-error: true
55
steps:
@@ -63,7 +63,7 @@ jobs:
63
run: bun install --frozen-lockfile
64
65
- name: Bump solid-js to next
66
- run: bun add -D solid-js@2.0.0-beta
+ run: bun add -D solid-js@2.0.0-beta.32
67
68
- name: Build
69
run: bun run build
0 commit comments