Skip to content

Bump fast-glob from 3.3.1 to 3.3.2 #42

Bump fast-glob from 3.3.1 to 3.3.2

Bump fast-glob from 3.3.1 to 3.3.2 #42

Workflow file for this run

name: Build library
on:
push:
branches: [ main ]
pull_request_target:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
# yarn install
- name: Install
run: yarn install
# build library
- name: Build
run: yarn build