Skip to content

chore(deps): update dependency eslint to v9 #457

chore(deps): update dependency eslint to v9

chore(deps): update dependency eslint to v9 #457

Workflow file for this run

name: Tests
on: [push]
jobs:
run-tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: npm install -g yarn && yarn install
- name: Start Tests
run: yarn test