Skip to content

Bump @types/node from 20.14.2 to 20.14.3 #497

Bump @types/node from 20.14.2 to 20.14.3

Bump @types/node from 20.14.2 to 20.14.3 #497

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
- uses: codecov/codecov-action@v4
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@main
with:
files: "**/*.{md,ts}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: raviqqe/markdown-link-check@main