Skip to content

Bump @types/node from 20.14.9 to 20.14.10 #84

Bump @types/node from 20.14.9 to 20.14.10

Bump @types/node from 20.14.9 to 20.14.10 #84

Workflow file for this run

name: Test Packages
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
yarn install --frozen-lockfile
yarn test