Skip to content

chore(deps): bump typescript from 4.9.5 to 5.6.3 #2519

chore(deps): bump typescript from 4.9.5 to 5.6.3

chore(deps): bump typescript from 4.9.5 to 5.6.3 #2519

Workflow file for this run

name: Check formatting
on:
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 18.x
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run check-format