summaryrefslogtreecommitdiff
path: root/.github/workflows/storybook.yml
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-05-04 20:56:14 +0900
committerGitHub <noreply@github.com>2024-05-04 20:56:14 +0900
commit2b21c1936212b6e1288d545b71544888e84ce8ab (patch)
tree36b64120b61e372fc92cccc1ca2ac55886733558 /.github/workflows/storybook.yml
parentchore(frontend): ui tweak (diff)
downloadsharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.gz
sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.bz2
sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.zip
update deps (#13624)
* update deps * Update package.json * update deps * build: pass --strip-leading-paths to restore 0.2.x behavior (#13684) * :v: * :v: * pureimageの代わりに@napi-rs/canvasを使う (#13748) * pureimageの代わりに@napi-rs/canvasを使う * remove writestream * remove createtemp * wip * Update ClientServerService.ts * update pnpm to 9.x * update deps * re: update pnpm to 9.x * update node * :v: --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to '.github/workflows/storybook.yml')
-rw-r--r--.github/workflows/storybook.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml
index ca82f4bcf3..3bc354b331 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -36,7 +36,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
- version: 8
+ version: 9
run_install: false
- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.2