Skip to content

chore(deps): bump postcss and next #21

chore(deps): bump postcss and next

chore(deps): bump postcss and next #21

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ./.node-version
cache: npm
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Format check
run: npm run format
- name: Test
run: npm test