Skip to content

chore(deps): bump @types/node from 20.14.10 to 20.14.11 in the production-dependencies group #2331

chore(deps): bump @types/node from 20.14.10 to 20.14.11 in the production-dependencies group

chore(deps): bump @types/node from 20.14.10 to 20.14.11 in the production-dependencies group #2331

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn install-all
- name: Run build
run: yarn build
env:
SKIP_PREFLIGHT_CHECK: true
- name: Run tests
run: yarn test --watchAll=false
env:
SKIP_PREFLIGHT_CHECK: true