Skip to content

Update all non-major dependencies to v6.13.1 #549

Update all non-major dependencies to v6.13.1

Update all non-major dependencies to v6.13.1 #549

Workflow file for this run

name: ESLint
on:
push:
branches-ignore:
- main
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: ci
run: cd TypeScript && yarn install --immutable --immutable-cache --check-cache
- name: ESLint
run: cd TypeScript && yarn lint