Skip to content

Commit

Permalink
Add cd step to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent 0ff07f4 commit 7f2e4fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
uses: actions/checkout@v4
with:
path: checkout-prefix
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install firebase-tools
run: npm install -g firebase-tools
# - name: Authenticate to Google
Expand Down

0 comments on commit 7f2e4fb

Please sign in to comment.