Skip to content

Bump @types/node from 20.10.0 to 20.10.4 #94

Bump @types/node from 20.10.0 to 20.10.4

Bump @types/node from 20.10.0 to 20.10.4 #94

Workflow file for this run

name: 'Build and test'
on:
pull_request:
push:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all