Skip to content

Bump @types/node from 20.8.2 to 20.9.1 #150

Bump @types/node from 20.8.2 to 20.9.1

Bump @types/node from 20.8.2 to 20.9.1 #150

Workflow file for this run

name: Build / Lint / Test
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}