Skip to content

Commit

Permalink
nodeのバージョンを20まで上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Apr 7, 2024
1 parent fd2c7cb commit 66edd0c
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: '16'
node-version: '20'
- 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: '16'
node-version: '20'
- 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: '16'
node-version: '20'
- 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: '16'
node-version: '20'
- run: npm install
- name: Build React app
env:
Expand Down

0 comments on commit 66edd0c

Please sign in to comment.