Skip to content

build(deps): bump @babel/helpers from 7.12.5 to 7.27.0 in /docs #1100

build(deps): bump @babel/helpers from 7.12.5 to 7.27.0 in /docs

build(deps): bump @babel/helpers from 7.12.5 to 7.27.0 in /docs #1100

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable corepack
run: corepack enable
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test