Skip to content

Bump typescript from 5.1.6 to 5.4.4 #382

Bump typescript from 5.1.6 to 5.4.4

Bump typescript from 5.1.6 to 5.4.4 #382

Workflow file for this run

name: test ci
on:
push:
branches:
- main
paths:
- 'src/**'
- 'tests/**'
- 'jest.config.js'
pull_request:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Setup yarn
run: npm install -g yarn
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test