Skip to content

Bump @types/node from 20.8.6 to 20.8.7 #289

Bump @types/node from 20.8.6 to 20.8.7

Bump @types/node from 20.8.6 to 20.8.7 #289

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn compile
- run: sleep 10
- run: yarn test