Skip to content

build(deps): bump postcss from 8.4.16 to 8.4.31 in /example/react #1849

build(deps): bump postcss from 8.4.16 to 8.4.31 in /example/react

build(deps): bump postcss from 8.4.16 to 8.4.31 in /example/react #1849

Workflow file for this run

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