Skip to content

Bump globals from 15.2.0 to 15.9.0 #284

Bump globals from 15.2.0 to 15.9.0

Bump globals from 15.2.0 to 15.9.0 #284

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
unit:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install Dependencies
run: npm install
#- name: Run Lint
# run: npm run lint
- name: Run Tests
run: npm test