Skip to content

Upgrade to released Rescript 11. #106

Upgrade to released Rescript 11.

Upgrade to released Rescript 11. #106

Workflow file for this run

name: CI
on:
push:
tags:
- v*
pull_request:
branches:
- master
jobs:
build:
name: Build test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Yarn install
run: yarn
- name: Compile packages and examples
run: yarn build