Fix remote image urls not showing up in image grids #430

Merged
Vylpes merged 2 commits from feature/CD-425-2 into hotfix/0.8.4 2025-04-20 10:52:54 +01:00
Showing only changes of commit 454b9276ca - Show all commits

View file

@ -18,7 +18,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 20.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- run: yarn test - run: yarn test