Compare commits

..

No commits in common. "c7214472b01f514b77ccd17f2427880adb193d11" and "d270b638e5cfab3434127565507d6a97f52f47e4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Detect Directory Changes
id: changed-dirs
uses: https://gitea.angry.im/actions/changed-files@v42
uses: https://github.com/tj-actions/changed-files@v42
with:
dir_names: 'true'
dir_names_max_depth: '1'

View file

@ -1,6 +1,6 @@
FROM node:16-alpine AS builder
ARG SN_TAG=@standardnotes/web@3.189.5
ARG SN_TAG=@standardnotes/web@3.173.23
RUN apk add git