Skip to content

Merge branch 'main' into model-params-upgrade #26

Merge branch 'main' into model-params-upgrade

Merge branch 'main' into model-params-upgrade #26

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- node-version: 16.x
- node-version: 18.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run build