Skip to content

Bump @babel/core from 7.26.0 to 7.26.7 #639

Bump @babel/core from 7.26.0 to 7.26.7

Bump @babel/core from 7.26.0 to 7.26.7 #639

Workflow file for this run

name: 'CI Tests'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Lint
run: yarn eslint
- name: Test
run: yarn test