Skip to content

Bump typescript from 5.7.2 to 5.7.3 #110

Bump typescript from 5.7.2 to 5.7.3

Bump typescript from 5.7.2 to 5.7.3 #110

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