Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voltaによるバージョン管理を追記 #1315

Merged
merged 8 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Check version

on:
Hiroshiba marked this conversation as resolved.
Show resolved Hide resolved
push:
pull_request:
branches:
- "**"
paths:
- "/.node-version"
- "/package.json"
workflow_dispatch:

jobs:
Expand All @@ -14,4 +16,4 @@ jobs:
- uses: actions/checkout@v3

- name: Check synchronize volta and .node_version
uses: My-MC/[email protected].2
uses: My-MC/[email protected].3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Issue 側で取り組み始めたことを伝えるか、最初に Draft プル
Node.js をインストール後、[このリポジトリ](https://github.com/VOICEVOX/voicevox.git) を
Fork して `git clone` し、次のコマンドを実行してください。

Node.js の管理ツール ([nvs](https://github.com/jasongin/nvs)など)を利用すると、
Node.js の管理ツール ([nvs](https://github.com/jasongin/nvs)や[Volta](https://volta.sh)など)を利用すると、
Hiroshiba marked this conversation as resolved.
Show resolved Hide resolved
[.node-version](.node-version) を簡単にインストールすることができます。

```bash
Expand Down