Skip to content

Bump @babel/core from 7.23.5 to 7.23.7 (#54) #148

Bump @babel/core from 7.23.5 to 7.23.7 (#54)

Bump @babel/core from 7.23.5 to 7.23.7 (#54) #148

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build