Skip to content

Bump typescript from 5.2.2 to 5.3.2 #80

Bump typescript from 5.2.2 to 5.3.2

Bump typescript from 5.2.2 to 5.3.2 #80

Workflow file for this run

---
name: Node CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: install, lint, and check types
run: |
npm install
npm run lint
npm run check-types