Skip to content

Bump @types/node from 16.11.39 to 22.9.3 #305

Bump @types/node from 16.11.39 to 22.9.3

Bump @types/node from 16.11.39 to 22.9.3 #305

Workflow file for this run

name: Tests and lints
on: push
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Jest
run: yarn test
- name: Lint
run: yarn lint