Skip to content

chore(deps): bump postcss and next #470

chore(deps): bump postcss and next

chore(deps): bump postcss and next #470

Workflow file for this run

name: Lint and Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: npm install, build, and test
run: |
npm ci
npm run lint
npm run build --if-present
env:
CI: true