Skip to content

Bump @types/node from 20.8.0 to 20.10.6 #432

Bump @types/node from 20.8.0 to 20.10.6

Bump @types/node from 20.8.0 to 20.10.6 #432

Workflow file for this run

name: PR builds
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build
run: |
yarn
CI=false yarn build