Skip to content

Bump @types/node from 18.11.8 to 20.11.17 #1526

Bump @types/node from 18.11.8 to 20.11.17

Bump @types/node from 18.11.8 to 20.11.17 #1526

Workflow file for this run

name: Run ESLint
on:
pull_request: {}
push:
branches:
- master
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn eslint