Skip to content

Bump postcss from 8.4.30 to 8.4.31 in /matrix-editor/src #45

Bump postcss from 8.4.30 to 8.4.31 in /matrix-editor/src

Bump postcss from 8.4.30 to 8.4.31 in /matrix-editor/src #45

Workflow file for this run

name: matrix-editor tests
on:
push:
paths:
- matrix-editor/src/**
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: matrix-editor/src/yarn.lock
- run: |
cd matrix-editor/src
yarn
yarn test