Skip to content

Bump @types/node from 20.4.2 to 20.8.10 #91

Bump @types/node from 20.4.2 to 20.8.10

Bump @types/node from 20.4.2 to 20.8.10 #91

Workflow file for this run

name: "test-build"
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run build && npm run test && npm run lint && npm run format-check