Skip to content

chore(deps): bump express from 4.19.2 to 4.20.0 #965

chore(deps): bump express from 4.19.2 to 4.20.0

chore(deps): bump express from 4.19.2 to 4.20.0 #965

Workflow file for this run

name: Run ESLint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
run-eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ">=18.16.0"
check-latest: true
cache: yarn
- name: Install dependencies
run: |
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
yarn install --frozen-lockfile
- name: Run ESLint
run: |
yarn run lint