Skip to content

Bump typescript from 4.9.3 to 5.3.3 #81

Bump typescript from 4.9.3 to 5.3.3

Bump typescript from 4.9.3 to 5.3.3 #81

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.10.0
cache: 'yarn'
- name: Install Dependencies
run: make ci-dependencies
- name: Run checks
run: make check-all
- name: Run Tests
run: make ci-test