Skip to content

chore(deps): update babel monorepo to v7.22.20 #290

chore(deps): update babel monorepo to v7.22.20

chore(deps): update babel monorepo to v7.22.20 #290

Workflow file for this run

name: CI
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
# Install Node 12
- name: Setup Node
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
with:
node-version: 12
# Install dependencies
- run: npm ci
# Run tests
- run: npm test