Skip to content

chore: bump @types/node from 18.14.2 to 20.4.5 #138

chore: bump @types/node from 18.14.2 to 20.4.5

chore: bump @types/node from 18.14.2 to 20.4.5 #138

Workflow file for this run

name: Lint
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches-ignore:
- main
jobs:
lint:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: install
run: npm install --no-optional
- name: npm run lint
run: npm run lint