Skip to content

build(deps-dev): bump jest from 29.5.0 to 29.6.0 #702

build(deps-dev): bump jest from 29.5.0 to 29.6.0

build(deps-dev): bump jest from 29.5.0 to 29.6.0 #702

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Node 16 eslint run
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install eslint
run: npm install eslint
- name: Lint
run: make lint