Skip to content

Commit b586208

Browse files
committed
Pin v2 beta CI to specific release
1 parent 991dc2c commit b586208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: bun run test:ssr
5050

5151
solid-next:
52-
name: build & test (solid-js@2.0.0-beta, non-gating)
52+
name: build & test (solid-js@2.0.0-beta.32, non-gating)
5353
runs-on: ubuntu-latest
5454
continue-on-error: true
5555
steps:
@@ -63,7 +63,7 @@ jobs:
6363
run: bun install --frozen-lockfile
6464

6565
- name: Bump solid-js to next
66-
run: bun add -D solid-js@2.0.0-beta
66+
run: bun add -D solid-js@2.0.0-beta.32
6767

6868
- name: Build
6969
run: bun run build

0 commit comments

Comments
 (0)