Skip to content

Bump postcss from 8.4.28 to 8.4.31 (#34) #63

Bump postcss from 8.4.28 to 8.4.31 (#34)

Bump postcss from 8.4.28 to 8.4.31 (#34) #63

Workflow file for this run

name: Vitest
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm run test