Skip to content

Commit

Permalink
Merge pull request #237 from hotwax/node_version_update
Browse files Browse the repository at this point in the history
Updated: node version to 20 in the github workflows used for auto deployment.
  • Loading branch information
ravilodhi authored Dec 7, 2023
2 parents 9d21328 + 0225c7c commit a4e2d0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install Dependencies
run: npm install
- name: Generate .env file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-firebase-hosting-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Checkout to latest release tag
run: |
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

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

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a4e2d0b

Please sign in to comment.