Skip to content

Bump postcss, stylelint-order and web-ext #88

Bump postcss, stylelint-order and web-ext

Bump postcss, stylelint-order and web-ext #88

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14.x
- name: NPM install
run: npm ci
- name: Build extension
run: npm run build