diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2025-05-04 14:14:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-04 14:14:09 +0900 |
| commit | a5fa9a2cef0b76c3e3179ae4afd1616a10d32f35 (patch) | |
| tree | e9cb89a5c4c528a5810f6bb93d2c33188c48b0e5 /.github/min.node-version | |
| parent | fix(frontend): MkFolderのアニメーションにフォールバックを追... (diff) | |
| download | misskey-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/min.node-version')
| -rw-r--r-- | .github/min.node-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/min.node-version b/.github/min.node-version new file mode 100644 index 0000000000..d5a159609d --- /dev/null +++ b/.github/min.node-version @@ -0,0 +1 @@ +20.10.0 |