Skip to content

Bump shell-quote and vite-plugin-web-extension #467

Bump shell-quote and vite-plugin-web-extension

Bump shell-quote and vite-plugin-web-extension #467

Workflow file for this run

name: Build
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- run: |
npm ci
npm run lint:check
npm run build