Skip to content

Update louislam/uptime-kuma Docker tag to v1.23.15 (#669) #2268

Update louislam/uptime-kuma Docker tag to v1.23.15 (#669)

Update louislam/uptime-kuma Docker tag to v1.23.15 (#669) #2268

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
submodules: true # need to checkout submodules for scanning dependencies
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- name: Install Dependencies
run: npm ci --prefer-offline
- name: Lint
run: npm run lint
- name: Scan Ghost Themes for Compatibility
run: npm run scan