Skip to content

Commit

Permalink
CI/CD: node version update to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM5K committed Nov 26, 2024
1 parent eeda4d6 commit 60bc1d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/setup-node@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"

Expand Down

0 comments on commit 60bc1d2

Please sign in to comment.