Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 #19

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 #19

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
cache-dependency-path: package-lock.json
- name: Install
run: npm ci
- name: Build
run: npm run build