Skip to content

Bump braces from 3.0.2 to 3.0.3 #318

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #318

Workflow file for this run

name: CI/CD
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Install + Build + Test
container: node:18.17-alpine
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn build
- run: yarn test