Skip to content

Bump @types/node from 20.6.3 to 20.6.5 #1217

Bump @types/node from 20.6.3 to 20.6.5

Bump @types/node from 20.6.3 to 20.6.5 #1217

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: yarn lint