Skip to content

chore(deps): update babel monorepo to v7.22.10 #264

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

chore(deps): update babel monorepo to v7.22.10 #264

Workflow file for this run

name: CI
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 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