1
Fork 0

Update node version in build process

This commit is contained in:
viktorstrate 2021-04-05 23:18:38 +02:00
parent b05f5b8eb7
commit a881e0c9df
No known key found for this signature in database
GPG Key ID: 3F855605109C1E8A
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [10.x, 14.x] node-version: [15.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -1,5 +1,5 @@
### Build UI ### ### Build UI ###
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:10 as ui FROM --platform=${BUILDPLATFORM:-linux/amd64} node:15 as ui
ARG PHOTOVIEW_API_ENDPOINT ARG PHOTOVIEW_API_ENDPOINT
ENV PHOTOVIEW_API_ENDPOINT=${PHOTOVIEW_API_ENDPOINT} ENV PHOTOVIEW_API_ENDPOINT=${PHOTOVIEW_API_ENDPOINT}