Skip to content

Bump typescript from 5.9.3 to 6.0.2 #38

Bump typescript from 5.9.3 to 6.0.2

Bump typescript from 5.9.3 to 6.0.2 #38

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build