Skip to content

Commit

Permalink
Merge pull request #490 from syou6162/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
syou6162 authored Apr 7, 2024
2 parents bdf2692 + c1040d9 commit e53268f
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 @@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
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 @@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
Expand Down
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 @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
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 @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
Expand Down

0 comments on commit e53268f

Please sign in to comment.