Skip to content

build(deps): bump typescript from 4.9.5 to 5.5.4 #884

build(deps): bump typescript from 4.9.5 to 5.5.4

build(deps): bump typescript from 4.9.5 to 5.5.4 #884

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test --watchAll=false