Skip to content

Build(deps): Bump @types/node from 20.5.0 to 20.5.6 #1597

Build(deps): Bump @types/node from 20.5.0 to 20.5.6

Build(deps): Bump @types/node from 20.5.0 to 20.5.6 #1597

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
test:
name: "Lint on Node.js ${{ matrix.node-version }}"
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 17
- 18
- 19
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Lint
run: npm run lint