Skip to content

chore(deps-dev): bump @types/node from 20.8.0 to 20.10.1 #437

chore(deps-dev): bump @types/node from 20.8.0 to 20.10.1

chore(deps-dev): bump @types/node from 20.8.0 to 20.10.1 #437

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
NODE_VERSION: 16.x
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/checkout@v4
- run: |
npm install
npm run typecheck