Skip to content

Bump @babel/traverse from 7.23.0 to 7.23.2 #39

Bump @babel/traverse from 7.23.0 to 7.23.2

Bump @babel/traverse from 7.23.0 to 7.23.2 #39

Workflow file for this run

name: Build
on: [push, workflow_dispatch]
jobs:
Build-and-Test-CDK:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm run build
- run: npm run test
- run: npx cdk synth