Skip to content

Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.45.8 #1041

Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.45.8

Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.45.8 #1041

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
submodules: true # need to checkout submodules for scanning dependencies
- uses: actions/setup-node@v3
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