Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Apr 2, 2024
1 parent 9e95160 commit 42adef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
test:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:18-bullseye AS base
FROM node:16-stretch AS base

# ---- Dependencies ----
FROM base AS dependencies
Expand All @@ -20,7 +20,6 @@ FROM base AS ui
WORKDIR /app
RUN git config --global url."https://github.com/".insteadOf git://github.com/ \
&& git clone --depth=1 https://github.com/OpenTMI/opentmi-default-gui.git . \
&& apt update && apt install -y python2 \
&& npm ci \
&& NODE_ENV=production npm run build:prod \
&& rm -r node_modules
Expand Down

0 comments on commit 42adef3

Please sign in to comment.