Skip to content

Bump @types/node from 20.8.6 to 20.14.9 #547

Bump @types/node from 20.8.6 to 20.14.9

Bump @types/node from 20.8.6 to 20.14.9 #547

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: 18
- run: yarn
- run: yarn typecheck
- run: yarn eslint
- run: yarn prettier
- run: yarn test