Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 in /frontend #58

Bump @babel/traverse from 7.22.5 to 7.23.2 in /frontend

Bump @babel/traverse from 7.22.5 to 7.23.2 in /frontend #58

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
npm run build
npm run test
Build-and-Test-Frontend:
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
npm run build
working-directory: ./frontend