Skip to content

chore(deps-dev): bump typescript from 5.3.3 to 5.7.2 #90

chore(deps-dev): bump typescript from 5.3.3 to 5.7.2

chore(deps-dev): bump typescript from 5.3.3 to 5.7.2 #90

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test using Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- run: npm install
- run: npm test