Skip to content

Update all of babel7 to version 7.22.9 #91

Update all of babel7 to version 7.22.9

Update all of babel7 to version 7.22.9 #91

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '12'
- name: Install Dependencies
run: npm ci
- name: Test
run: npm run test