Skip to content

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

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

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

Workflow file for this run

name: Build and Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: "yarn"
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build