Skip to content

Commit

Permalink
fix: fix website ci (#1108)
Browse files Browse the repository at this point in the history
* fix: fix website ci

* chore: upgdate pnpm 9 and node 18

* chore: update storybook to prevent node issues
  • Loading branch information
apertureless authored Oct 31, 2024
1 parent bad3bc4 commit 72ac2cd
Show file tree
Hide file tree
Showing 6 changed files with 12,997 additions and 9,126 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand All @@ -35,11 +35,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
"@commitlint/config-conventional": "^18.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@size-limit/preset-big-lib": "^11.0.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-controls": "^6.5.13",
"@storybook/addon-docs": "^6.5.13",
"@storybook/addons": "^6.5.13",
"@storybook/builder-vite": "^0.4.0",
"@storybook/client-api": "^6.5.13",
"@storybook/client-logger": "^6.5.13",
"@storybook/vue3": "^6.5.14",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/client-api": "^6.5.16",
"@storybook/client-logger": "^6.5.16",
"@storybook/vue3": "^6.5.16",
"@swc/core": "^1.3.23",
"@swc/helpers": "^0.5.0",
"@vitejs/plugin-vue": "^4.0.0",
Expand Down
Loading

0 comments on commit 72ac2cd

Please sign in to comment.