Skip to content

build(deps-dev): bump autoprefixer from 10.4.19 to 10.4.20 #92

build(deps-dev): bump autoprefixer from 10.4.19 to 10.4.20

build(deps-dev): bump autoprefixer from 10.4.19 to 10.4.20 #92

Workflow file for this run

name: Build And Upload Extension Zip Via Artifact
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: pnpm
- run: pnpm install --frozen-lockfile --prefer-offline
- run: pnpm build
- uses: actions/upload-artifact@v4
with:
path: dist/*