Skip to content

Bump @types/node from 20.8.9 to 20.10.7 #60

Bump @types/node from 20.8.9 to 20.10.7

Bump @types/node from 20.8.9 to 20.10.7 #60

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install
- run: yarn test