Skip to content

fix(deps): update dependency express to v4.20.0 [security] #3995

fix(deps): update dependency express to v4.20.0 [security]

fix(deps): update dependency express to v4.20.0 [security] #3995

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
lint:
name: Lint
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: yarn
- shell: bash
run: corepack enable yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint