Skip to content

Bump typescript from 4.9.4 to 5.5.2 #692

Bump typescript from 4.9.4 to 5.5.2

Bump typescript from 4.9.4 to 5.5.2 #692

Workflow file for this run

name: CI
on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm i
- name: Run tests
run: npm run test