Skip to content

Bump @types/node from 20.8.10 to 20.10.2 #436

Bump @types/node from 20.8.10 to 20.10.2

Bump @types/node from 20.8.10 to 20.10.2 #436

Workflow file for this run

on: push
name: Jest Suite
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --ignore-optional --frozen-lockfile --non-interactive --check-files
# not technically a jest suite, but a build should pass too
- run: yarn build
- run: yarn jest:ci