Skip to content

Bump postcss from 7.0.32 to 8.4.31 in /webview #118

Bump postcss from 7.0.32 to 8.4.31 in /webview

Bump postcss from 7.0.32 to 8.4.31 in /webview #118

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
- run: yarn install
- run: yarn build