Skip to content

Commit 1e49053

Browse files
committedJan 9, 2024
chore: fix ci
1 parent b72614b commit 1e49053

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
 

Diff for: ‎.github/workflows/studio.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,19 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4 # v4
18-
18+
- name: Add pnpm
19+
run: corepack enable
1920
- uses: actions/setup-node@v4
2021
with:
2122
node-version: 20
2223
registry-url: "https://registry.npmjs.org/"
2324
cache: "pnpm"
24-
25-
- uses: pnpm/action-setup@v2.4.0
26-
name: Install pnpm
27-
id: pnpm-install
28-
with:
29-
version: 8
30-
3125
- name: Install dependencies
3226
run: pnpm install
33-
3427
- name: Prepare
3528
run: pnpm dev:prepare
36-
3729
- name: Build
3830
run: pnpm build
39-
4031
- name: Release Nightly
4132
run: pnpm changelogen --bump --canary --publish --publishTag nightly
4233
env:

0 commit comments

Comments
 (0)
Please sign in to comment.