Skip to content

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

chore(deps): bump braces from 3.0.2 to 3.0.3

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

Workflow file for this run

name: Linting
on: [push, pull_request]
env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn prepack
- run: yarn lint
- run: yarn lint:deps