Skip to content

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 #409

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

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 #409

Workflow file for this run

name: test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Run tests
run: npm run test:ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}