Skip to content

Bump @babel/traverse from 7.12.9 to 7.23.3 #152

Bump @babel/traverse from 7.12.9 to 7.23.3

Bump @babel/traverse from 7.12.9 to 7.23.3 #152

Workflow file for this run

---
name: builds a PR
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
container:
image: jsii/superchain
steps:
- name: Get the version
id: get_version
run: echo ::set-output PR_NUMBER=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
- name: Checkout code
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Build
run: |
npm install
npm run build
npm run test
npm run package