Skip to content

Bump minimatch from 3.1.2 to 3.1.4 #233

Bump minimatch from 3.1.2 to 3.1.4

Bump minimatch from 3.1.2 to 3.1.4 #233

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Build
run: yarn install && yarn build
- name: Test
run: cat dist/bundle.js && cat dist/index.html