Skip to content

Bump @types/node from 18.6.1 to 20.11.27 #427

Bump @types/node from 18.6.1 to 20.11.27

Bump @types/node from 18.6.1 to 20.11.27 #427

Workflow file for this run

name: eslint the code
on:
pull_request:
branches:
- main
jobs:
cypress-run:
name: Lint Code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup code
run: yarn
- name: Lint code
run: yarn lint:2021