We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cfd52 commit ab5d895Copy full SHA for ab5d895
.github/workflows/release.yaml
@@ -18,11 +18,11 @@ jobs:
18
19
- uses: actions/setup-node@v3
20
with:
21
- node-version: 18
+ node-version: 20
22
23
- uses: pnpm/action-setup@v2
24
25
- version: 8
+ version: latest
26
27
- name: Install Dependencies
28
run: pnpm install --frozen-lockfile
.github/workflows/storybook.yaml
@@ -13,11 +13,11 @@ jobs:
13
14
15
16
17
- name: Install and Build
run: |
0 commit comments