Skip to content

Bump typescript from 5.7.2 to 5.7.3 (#1779) #7091

Bump typescript from 5.7.2 to 5.7.3 (#1779)

Bump typescript from 5.7.2 to 5.7.3 (#1779) #7091

Workflow file for this run

name: Nodejs-CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v3.5.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn typecheck
- run: yarn dev
- run: yarn md
- run: yarn test