Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Bump typescript from 4.9.4 to 5.0.4 #102

Bump typescript from 4.9.4 to 5.0.4

Bump typescript from 4.9.4 to 5.0.4 #102

Workflow file for this run

name: TypeScript - Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- 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