Skip to content

Bump postcss from 7.0.36 to 8.4.31 #52

Bump postcss from 7.0.36 to 8.4.31

Bump postcss from 7.0.36 to 8.4.31 #52

Workflow file for this run

name: Habit Tracker CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: npm run build
start: npm start
- run: npm test
env:
CI: true