Skip to content

Commit

Permalink
Update Actions Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 committed Sep 13, 2021
1 parent f4d4a43 commit 5014b6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
name: Deploy to Firebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
- run: yarn
- run: yarn build
- uses: w9jds/firebase-action@v1.3.1
- uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
Expand Down

0 comments on commit 5014b6e

Please sign in to comment.