Skip to content

Bump @types/node from 18.15.12 to 20.3.3 #165

Bump @types/node from 18.15.12 to 20.3.3

Bump @types/node from 18.15.12 to 20.3.3 #165

Workflow file for this run

name: Lint and Test
on:
push:
branches: [ master, develop, dependencies ]
pull_request:
branches: [ master, develop, dependencies ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn test