Skip to content

Commit

Permalink
📈 version 🔥 control 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
devfemibadmus committed Jul 29, 2024
1 parent ac62f9d commit 170e64f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: Deploy to Firebase Hosting
on:
push:
branches:
- master
- main

jobs:
build_and_deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'

- name: Install Firebase CLI
run: npm install -g firebase-tools
Expand Down

0 comments on commit 170e64f

Please sign in to comment.