Verbeter grafische kwaliteit van kleurplaten (v0.4.67-beta) #5
4 changed files with 12 additions and 8 deletions
|
|
@ -21,9 +21,11 @@ jobs:
|
||||||
|
|
||||||
- name: Dependencies en securitytests
|
- name: Dependencies en securitytests
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
docker run --rm \
|
||||||
npm test
|
-v "$PWD:/app" \
|
||||||
npm audit --omit=dev --audit-level=moderate
|
-v /app/node_modules \
|
||||||
|
-w /app node:22-alpine \
|
||||||
|
sh -lc 'npm ci && npm test && npm audit --omit=dev --audit-level=moderate'
|
||||||
|
|
||||||
- name: Image-tags bepalen
|
- name: Image-tags bepalen
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,11 @@ jobs:
|
||||||
|
|
||||||
- name: Dependencies en securitytests
|
- name: Dependencies en securitytests
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
docker run --rm \
|
||||||
npm test
|
-v "$PWD:/app" \
|
||||||
npm audit --omit=dev --audit-level=moderate
|
-v /app/node_modules \
|
||||||
|
-w /app node:22-alpine \
|
||||||
|
sh -lc 'npm ci && npm test && npm audit --omit=dev --audit-level=moderate'
|
||||||
|
|
||||||
- name: Image-tags bepalen
|
- name: Image-tags bepalen
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.3.03-beta
|
0.3.04-beta
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
/* version — shown until /api/version resolves (or if the fetch fails, e.g. offline).
|
/* version — shown until /api/version resolves (or if the fetch fails, e.g. offline).
|
||||||
Kept in sync by hand with the VERSION file at the repo root on every release. */
|
Kept in sync by hand with the VERSION file at the repo root on every release. */
|
||||||
const VERSION = "0.3.03-beta";
|
const VERSION = "0.3.04-beta";
|
||||||
(function(){
|
(function(){
|
||||||
const tag = document.getElementById("verTag");
|
const tag = document.getElementById("verTag");
|
||||||
tag.textContent = "v"+VERSION;
|
tag.textContent = "v"+VERSION;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue