From a881e0c9df09e81401998b09e2cd868676abbcb9 Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Mon, 5 Apr 2021 23:18:38 +0200 Subject: [PATCH] Update node version in build process --- .github/workflows/tests.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d199d3..47de507 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: strategy: matrix: - node-version: [10.x, 14.x] + node-version: [15.x] steps: - uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index 265c51e..df74462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### Build UI ### -FROM --platform=${BUILDPLATFORM:-linux/amd64} node:10 as ui +FROM --platform=${BUILDPLATFORM:-linux/amd64} node:15 as ui ARG PHOTOVIEW_API_ENDPOINT ENV PHOTOVIEW_API_ENDPOINT=${PHOTOVIEW_API_ENDPOINT}