Skip to content

Bump braces from 3.0.2 to 3.0.3 in /example #13

Bump braces from 3.0.2 to 3.0.3 in /example

Bump braces from 3.0.2 to 3.0.3 in /example #13

Workflow file for this run

# Generated by projen. To modify, edit .projenrc.js and run "npx projen".
name: Build
on:
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
container:
image: jsii/superchain:1-buster-slim
steps:
- uses: actions/checkout@v2
- run: npx [email protected]
- run: yarn install --frozen-lockfile
- run: yarn build