Skip to content

chore(deps): bump postcss from 8.4.21 to 8.4.31 #455

chore(deps): bump postcss from 8.4.21 to 8.4.31

chore(deps): bump postcss from 8.4.21 to 8.4.31 #455

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
npm install -g yarn
yarn
yarn run ci
env:
CI: true