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

build(deps-dev): bump @types/node from 18.11.18 to 18.16.2 #763

build(deps-dev): bump @types/node from 18.11.18 to 18.16.2

build(deps-dev): bump @types/node from 18.11.18 to 18.16.2 #763

Workflow file for this run

name: "lint"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
lint: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: |
npm install
npm run lint