Skip to content

🐛 Fix build by setting node v16 #103

🐛 Fix build by setting node v16

🐛 Fix build by setting node v16 #103

Workflow file for this run

name: Deploy
on:
push:
branches:
- develop
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: git config
run: |
git config user.name github-pages-deploy-action
git config user.email github-pages-deploy-action@@users.noreply.github.com
git remote set-url origin https://${{github.actor}}:${{github.token}}@github.com/${{github.repository}}.git
- run: yarn install
- run: yarn build
env:
REACT_APP_GRAPHQL_ENDPOINT: https://us-east1-gitpop3.cloudfunctions.net/gitpop3-graphql
REACT_APP_SENTRY_DSN: https://[email protected]/5575586
- run: |
nvm install lts/gallium
yarn deploy