Skip to content

Bump minimatch from 3.0.4 to 3.1.2 #393

Bump minimatch from 3.0.4 to 3.1.2

Bump minimatch from 3.0.4 to 3.1.2 #393

Workflow file for this run

name: CI Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 22.x
- name: yarn install
env:
CI: 'true'
run: yarn install
- name: yarn test
env:
CI: 'true'
NODE_ENV: 'production'
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.SUPABASE_URL_STAGING }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY_STAGING }}
run: yarn test