Skip to content

change workflow to use node 14 #26

change workflow to use node 14

change workflow to use node 14 #26

Workflow file for this run

name: Deploy to Live Channel
on:
push:
branches:
- main
# Optionally configure to run only for specific files. For example:
# paths:
# - "website/**"
jobs:
deploy_live_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js version 14
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- run: npm install
- run: CI=false npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_GCP_DEV }}"
projectId: braided-shift-336312
channelId: live