Skip to content

Bump typescript from 5.6.3 to 5.7.2 #592

Bump typescript from 5.6.3 to 5.7.2

Bump typescript from 5.6.3 to 5.7.2 #592

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node v20
uses: actions/[email protected]
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn run test --passWithNoTests
- name: Run ESlint
run: yarn lint