Skip to content

Clear npm cache, re-install dependencies #11

Clear npm cache, re-install dependencies

Clear npm cache, re-install dependencies #11

Workflow file for this run

name: mlflow
on:
push:
branches: [stephany/github-actions-2]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.7'
- name: Install and build
working-directory: ./mlflow
run: npm ci
- name: Build
working-directory: ./mlflow
run: npm run build