Skip to content

Update dependency autoprefixer to v10.4.20 #1192

Update dependency autoprefixer to v10.4.20

Update dependency autoprefixer to v10.4.20 #1192

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm ci
- run: mkdir src/sound && touch src/sound/{steady,{eight,twelve}Seconds,警告音1,警告音2}.mp3
- run: npm run build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm ci
- run: mkdir src/sound && touch src/sound/{steady,{eight,twelve}Seconds,警告音1,警告音2}.mp3
- run: npm test