Skip to content

Commit

Permalink
nodeを16に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed May 6, 2022
1 parent de16091 commit e14bcde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_firebase_cloud_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
- run: npm install
- run: npm install
working-directory: ./functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_firebase_hosting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
- run: npm install
- run: npm run-script build
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/deploy_firebase_clooud_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
- run: npm install
- run: npm install
working-directory: ./functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_firebase_hosting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
- run: npm install
- name: Build React app
env:
Expand Down

0 comments on commit e14bcde

Please sign in to comment.