Skip to content

build(deps-dev): bump typescript from 5.4.5 to 5.6.2 #163

build(deps-dev): bump typescript from 5.4.5 to 5.6.2

build(deps-dev): bump typescript from 5.4.5 to 5.6.2 #163

Workflow file for this run

name: Build & Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install npm dependencies
run: npm ci --ignore-scripts
- name: Build and run tests
run: npm rebuild && npm run all