We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72614b commit 1e49053Copy full SHA for 1e49053
.github/workflows/studio.yml
@@ -15,28 +15,19 @@ jobs:
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4 # v4
18
-
+ - name: Add pnpm
19
+ run: corepack enable
20
- uses: actions/setup-node@v4
21
with:
22
node-version: 20
23
registry-url: "https://registry.npmjs.org/"
24
cache: "pnpm"
25
- - uses: pnpm/action-setup@v2.4.0
26
- name: Install pnpm
27
- id: pnpm-install
28
- with:
29
- version: 8
30
31
- name: Install dependencies
32
run: pnpm install
33
34
- name: Prepare
35
run: pnpm dev:prepare
36
37
- name: Build
38
run: pnpm build
39
40
- name: Release Nightly
41
run: pnpm changelogen --bump --canary --publish --publishTag nightly
42
env:
0 commit comments