Skip to content

deps: bump typescript from 6.0.3 to 7.0.2 #12

deps: bump typescript from 6.0.3 to 7.0.2

deps: bump typescript from 6.0.3 to 7.0.2 #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test