summaryrefslogtreecommitdiff
path: root/.github/workflows/storybook.yml
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2025-05-04 14:14:09 +0900
committerGitHub <noreply@github.com>2025-05-04 14:14:09 +0900
commita5fa9a2cef0b76c3e3179ae4afd1616a10d32f35 (patch)
treee9cb89a5c4c528a5810f6bb93d2c33188c48b0e5 /.github/workflows/storybook.yml
parentfix(frontend): MkFolderのアニメーションにフォールバックを追... (diff)
downloadmisskey-a5fa9a2cef0b76c3e3179ae4afd1616a10d32f35.tar.gz
misskey-a5fa9a2cef0b76c3e3179ae4afd1616a10d32f35.tar.bz2
misskey-a5fa9a2cef0b76c3e3179ae4afd1616a10d32f35.zip
chore(workflow): use `node-version-file` instead of hardcoded `node-version` (#15658)
* chore(workflow): use `node-version-file` instead of hardcoded `node-version` * chore: test min version
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 af54a0b32b..b1d95c1b33 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -38,7 +38,7 @@ jobs:
run: git checkout "$(git rev-list --parents -n1 HEAD | cut -d" " -f3)"
- name: Setup pnpm
uses: pnpm/action-setup@v4.1.0
- - name: Use Node.js 20.x
+ - name: Use Node.js
uses: actions/setup-node@v4.4.0
with:
node-version-file: '.node-version'