Skip to content

build(deps): bump minimatch from 3.0.4 to 3.1.2 #286

build(deps): bump minimatch from 3.0.4 to 3.1.2

build(deps): bump minimatch from 3.0.4 to 3.1.2 #286

Workflow file for this run

name: Build
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
- run: yarn install --immutable
- run: yarn run build