Skip to content

Commit

Permalink
Merge pull request #196 from Kenny-NISLab/feature/fix-readme
Browse files Browse the repository at this point in the history
node バージョン修正
  • Loading branch information
RyoichiNakai authored Feb 23, 2022
2 parents d0c0f0c + f83f63b commit 43f5ddc
Show file tree
Hide file tree
Showing 8 changed files with 2,538 additions and 21,321 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12.x]
node: [15.x]

steps:
- name: Checkout 🛎
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node: [12.x]
node: [15.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_dev_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12.x]
node: [15.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node: [12.x]
node: [15.x]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

| パッケージ | バージョン |
| ---------- | ---------- |
| `yarn` | 1.22.10 |
| `node` | v12.22.7 |
| `yarn` | 1.22.17 |
| `node` | v15.14.0 |
| `firebase` | 9.6.1 |

> `firebase`に関しては,8 系と 9 系でコードの書き方が大きく異なるので,注意すること
Expand Down Expand Up @@ -108,14 +108,14 @@ nodebrew setup
nodebrew ls-remote

# Nodeのインストール
nodebrew install-binary v12.22.7
nodebrew compile v12.22.7 # M1の場合はこちら
nodebrew install-binary v15.14.0
nodebrew compile v15.14.0 # M1の場合はこちら

# インストールしたバージョンの確認
nodebrew ls

# 使いたいバージョンを指定
nodebrew use v12.22.7
nodebrew use v15.14.0

# nodeのバージョンを確認
node -v
Expand Down
Loading

0 comments on commit 43f5ddc

Please sign in to comment.