Skip to content

Update dependency typescript to v5.5.4 #96

Update dependency typescript to v5.5.4

Update dependency typescript to v5.5.4 #96

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run test