Skip to content

Commit 72ac2cd

Browse files
authored
fix: fix website ci (#1108)
* fix: fix website ci * chore: upgdate pnpm 9 and node 18 * chore: update storybook to prevent node issues
1 parent bad3bc4 commit 72ac2cd

File tree

6 files changed

+12997
-9126
lines changed

6 files changed

+12997
-9126
lines changed

.github/workflows/checks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install
@@ -35,11 +35,11 @@ jobs:
3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v2
3737
with:
38-
version: 8
38+
version: 9
3939
- name: Install Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 16
42+
node-version: 18
4343
cache: 'pnpm'
4444
- name: Install dependencies
4545
run: pnpm install

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v2
1414
with:
15-
version: 8
15+
version: 9
1616
- name: Install Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: 'pnpm'
2121
- name: Install dependencies
2222
run: pnpm install

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v2
1414
with:
15-
version: 8
15+
version: 9
1616
- name: Install Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: 'pnpm'
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: Install dependencies

.github/workflows/website.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"@commitlint/config-conventional": "^18.0.0",
8383
"@rollup/plugin-node-resolve": "^15.0.1",
8484
"@size-limit/preset-big-lib": "^11.0.0",
85-
"@storybook/addon-actions": "^6.5.13",
86-
"@storybook/addon-controls": "^6.5.13",
87-
"@storybook/addon-docs": "^6.5.13",
88-
"@storybook/addons": "^6.5.13",
89-
"@storybook/builder-vite": "^0.4.0",
90-
"@storybook/client-api": "^6.5.13",
91-
"@storybook/client-logger": "^6.5.13",
92-
"@storybook/vue3": "^6.5.14",
85+
"@storybook/addon-actions": "^6.5.16",
86+
"@storybook/addon-controls": "^6.5.16",
87+
"@storybook/addon-docs": "^6.5.16",
88+
"@storybook/addons": "^6.5.16",
89+
"@storybook/builder-vite": "^0.4.2",
90+
"@storybook/client-api": "^6.5.16",
91+
"@storybook/client-logger": "^6.5.16",
92+
"@storybook/vue3": "^6.5.16",
9393
"@swc/core": "^1.3.23",
9494
"@swc/helpers": "^0.5.0",
9595
"@vitejs/plugin-vue": "^4.0.0",

0 commit comments

Comments
 (0)