Skip to content

Bump typescript from 5.5.3 to 5.5.4 in /typescript #53

Bump typescript from 5.5.3 to 5.5.4 in /typescript

Bump typescript from 5.5.3 to 5.5.4 in /typescript #53

Workflow file for this run

name: Npm
on:
push:
branches:
- '**'
paths:
- 'typescript/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Yarn install
working-directory: typescript
run: yarn install
- name: Test
working-directory: typescript
run: yarn jest