Skip to content

Bump postcss from 8.4.23 to 8.4.31 #167

Bump postcss from 8.4.23 to 8.4.31

Bump postcss from 8.4.23 to 8.4.31 #167

Workflow file for this run

# @format
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
node_version: [10.x, 12.x, 14.x]
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
registry-url: 'https://registry.yarnpkg.com'
- name: install
run: npm install
- name: install
run: cd tsExample && npm install
- name: test
run: npm run testTS