Skip to content

build(deps-dev): bump eslint from 8.56.0 to 8.57.0 #320

build(deps-dev): bump eslint from 8.56.0 to 8.57.0

build(deps-dev): bump eslint from 8.56.0 to 8.57.0 #320

Workflow file for this run

name: Test
on: [push]
concurrency:
cancel-in-progress: true
group: test-${{ github.ref }}
jobs:
code:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.8.0
- name: Install dependencies
run: |
npm install
- name: Tests
run: |
npm test