Skip to content

Merge pull request #110 from eshtek/immich-migration-guide #62

Merge pull request #110 from eshtek/immich-migration-guide

Merge pull request #110 from eshtek/immich-migration-guide #62

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI dev
on:
push:
branches: [ "dev" ]
jobs:
build:
runs-on: [self-hosted, dev-runner]
strategy:
matrix:
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- run: npm ci
- run: npm run docs:build