Skip to content

Bump braces from 3.0.2 to 3.0.3 #26

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #26

Workflow file for this run

name: Check Lint, Tests and Build
on:
pull_request:
branches: [main, feature/*, fix/*]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@aws'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build