Skip to content

Commit

Permalink
Merge pull request #238 from hotwax/node_version_update
Browse files Browse the repository at this point in the history
Updated: node version to 18 in the github workflows used for auto deployment.
  • Loading branch information
ravilodhi authored Dec 7, 2023
2 parents a4e2d0b + 133898c commit 2ad7bdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 20
node-version: 18
- 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: 20
node-version: 18
- 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: [20.x]
node-version: [18.x]

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

0 comments on commit 2ad7bdd

Please sign in to comment.