Skip to content

update browserlist

update browserlist #88

Workflow file for this run

name: Build Only
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and build 🔧
run: |
npm install
npm run lint:js
npm run build