Skip to content

Bump postcss from 8.4.21 to 8.4.31 #52

Bump postcss from 8.4.21 to 8.4.31

Bump postcss from 8.4.21 to 8.4.31 #52

Workflow file for this run

name: 'Test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install
run: npm ci
env:
DETECT_CHROMEDRIVER_VERSION: true
- name: Bundle
run: npm run bundle
- name: Test
run: npm run test
- uses: actions/upload-artifact@v3
with:
name: extension-files
path: |
./*.crx
./*.zip