Skip to content

Bump akhileshns/heroku-deploy from 3.12.12 to 3.12.14 #189

Bump akhileshns/heroku-deploy from 3.12.12 to 3.12.14

Bump akhileshns/heroku-deploy from 3.12.12 to 3.12.14 #189

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '14.x'
- run: yarn install
- run: yarn build
- run: yarn lint