Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.7.2 #994

chore(deps-dev): bump typescript from 5.5.4 to 5.7.2

chore(deps-dev): bump typescript from 5.5.4 to 5.7.2 #994

Workflow file for this run

name: Node.js CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 21, latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
env:
CI: true