Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 #1385

chore(deps): bump braces from 3.0.2 to 3.0.3

chore(deps): bump braces from 3.0.2 to 3.0.3 #1385

Workflow file for this run

name: CI
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build