Skip to content

Bump @types/node from 20.16.10 to 22.8.6 #453

Bump @types/node from 20.16.10 to 22.8.6

Bump @types/node from 20.16.10 to 22.8.6 #453

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
run: yarn install
- name: Run Build
run: CI=false yarn run build
- name: Run Prettier
run: yarn run format:check