Skip to content

Bump @types/node from 20.2.5 to 20.5.7 #52

Bump @types/node from 20.2.5 to 20.5.7

Bump @types/node from 20.2.5 to 20.5.7 #52

Workflow file for this run

name: Build And Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: 'yarn'
- run: yarn install
- run: yarn build:hmr
- run: yarn test
- run: yarn build