Skip to content

Bump @types/node from 18.16.18 to 20.6.2 #103

Bump @types/node from 18.16.18 to 20.6.2

Bump @types/node from 18.16.18 to 20.6.2 #103

Workflow file for this run

name: PR Check
on: [pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint