Skip to content

Bump @types/node from 20.4.5 to 20.8.0 #469

Bump @types/node from 20.4.5 to 20.8.0

Bump @types/node from 20.4.5 to 20.8.0 #469

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn
- run: yarn typecheck
- run: yarn eslint
- run: yarn prettier
- run: yarn test