Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit b72614b

Browse files
committed
chore: update
1 parent 33dfa6e commit b72614b

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed

.github/scripts/bump-edge.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/studio.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
name: Publish Studio (dev)
1+
name: Publish Studio (Nightly)
22
on:
33
push:
44
branches:
55
- dev
6-
paths:
7-
- '.github/workflows/studio.yml'
8-
- '**'
96
jobs:
107
ci:
118
strategy:
@@ -21,7 +18,9 @@ jobs:
2118

2219
- uses: actions/setup-node@v4
2320
with:
24-
node-version: ${{ matrix.node }}
21+
node-version: 20
22+
registry-url: "https://registry.npmjs.org/"
23+
cache: "pnpm"
2524

2625
- uses: pnpm/action-setup@v2.4.0
2726
name: Install pnpm
@@ -32,8 +31,8 @@ jobs:
3231
- name: Install dependencies
3332
run: pnpm install
3433

35-
- name: Prepare playground
36-
run: npx nuxt prepare playground
34+
- name: Prepare
35+
run: pnpm dev:prepare
3736

3837
- name: Build
3938
run: pnpm build

0 commit comments

Comments
 (0)