Skip to content

feat: add babeliser, refactor structure #286

feat: add babeliser, refactor structure

feat: add babeliser, refactor structure #286

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@v3
with:
node-version: 18
# Install dependencies
- run: npm ci
# Run tests
- run: npm test