Skip to content

chore(app config): bump stack to heroku 22 #5937

chore(app config): bump stack to heroku 22

chore(app config): bump stack to heroku 22 #5937

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: 12.x
- uses: actions/checkout@v1
- name: npm install, build, and test
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run lint
npm run build.ci