Skip to content

Use forked version of rescript-nodejs to support rewatch --dev #8

Use forked version of rescript-nodejs to support rewatch --dev

Use forked version of rescript-nodejs to support rewatch --dev #8

name: Node.js CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn rescript:build
# - run: yarn test