Skip to content

Bump @babel/traverse from 7.18.5 to 7.24.6 in /app in the npm_and_yarn group across 1 directory #47

Bump @babel/traverse from 7.18.5 to 7.24.6 in /app in the npm_and_yarn group across 1 directory

Bump @babel/traverse from 7.18.5 to 7.24.6 in /app in the npm_and_yarn group across 1 directory #47

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Build app
run: |
cd app
yarn && yarn build