Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#141) #197

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#141)

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#141) #197

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js x64
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install build dependencies
run: |
npm ci
npm run build-dist
- name: Test
run: |
npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
files: ${{ github.workspace }}/coverage/coverage-final.json
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
- name: Docs
run: |
npm run docs