Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Chore(deps-dev): Bump typescript from 5.0.4 to 5.6.3 #615

Chore(deps-dev): Bump typescript from 5.0.4 to 5.6.3

Chore(deps-dev): Bump typescript from 5.0.4 to 5.6.3 #615

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci --force
- name: Run tests
run: npm test