Skip to content

Commit

Permalink
Refactor GitHub workflows: Update Node.js version to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
evanalif113 committed Oct 31, 2024
1 parent 49f762b commit f85add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # Sesuaikan dengan versi yang Anda butuhkan
node-version: '18.x' # Sesuaikan dengan versi yang Anda butuhkan
- run: npm install
- name: Build project
run: npm run build
Expand Down

0 comments on commit f85add6

Please sign in to comment.