Skip to content

Update the mini games in real time #4387

Update the mini games in real time

Update the mini games in real time #4387

Workflow file for this run

name: Nodejs-CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn typecheck
- run: yarn dev
- run: yarn md
# Disable until it's fixed - run: yarn test