Skip to content

Bump braces from 3.0.2 to 3.0.3 #86

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #86

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
test:
name: Test & Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn test
- run: yarn lint