Skip to content

Bump @types/node from 18.18.1 to 20.8.0 #241

Bump @types/node from 18.18.1 to 20.8.0

Bump @types/node from 18.18.1 to 20.8.0 #241

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn test-coverage
- uses: coverallsapp/github-action@v2