Skip to content

Bump @types/node from 18.16.14 to 20.8.9 #24

Bump @types/node from 18.16.14 to 20.8.9

Bump @types/node from 18.16.14 to 20.8.9 #24

Workflow file for this run

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