Skip to content

Bump the dependencies group with 14 updates #90

Bump the dependencies group with 14 updates

Bump the dependencies group with 14 updates #90

Workflow file for this run

name: TypeScript - Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Lint with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn lint
env:
CI: true