Skip to content

Bump typescript from 5.5.3 to 5.5.4 #102

Bump typescript from 5.5.3 to 5.5.4

Bump typescript from 5.5.3 to 5.5.4 #102

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