Skip to content

build(deps-dev): bump eslint from 8.41.0 to 8.47.0 #612

build(deps-dev): bump eslint from 8.41.0 to 8.47.0

build(deps-dev): bump eslint from 8.41.0 to 8.47.0 #612

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "16"
cache: "npm"
registry-url: https://npm.pkg.github.com/
scope: "@cresh-io"
- name: Run Tests
run: make test