Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update everything #508

Merged
merged 6 commits into from
Jul 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

env:
NODE_VERSION: 18.12.0
PNPM_VERSION: 7
NODE_VERSION: 20.4.0
PNPM_VERSION: 8

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storybook-lib.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Storybook lib

env:
NODE_VERSION: 18.12.0
PNPM_VERSION: 7
NODE_VERSION: 20.4.0
PNPM_VERSION: 8

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.tasks
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:18.16.1 as build
FROM node:20.4.0 as build
ENV NEXT_TELEMETRY_DISABLED 1
ARG WS="@helpwave/tasks"

# install pnpm
RUN npm install --global pnpm@7
RUN npm install --global pnpm@8

WORKDIR /web

Expand All @@ -15,14 +15,14 @@ COPY lib/package.json ./lib/
COPY tasks/package.json ./tasks/

# install dependencies
RUN CI=1 pnpm install --frozen-lockfile
RUN CI=1 pnpm install

# build tasks app
COPY lib ./lib/
COPY tasks ./tasks/
RUN pnpm --filter $WS run build

FROM node:18.16.1-alpine
FROM node:20.4.0-alpine

LABEL maintainer="tech@helpwave.de"

Expand Down
145 changes: 0 additions & 145 deletions landing-page/components/Carousel.tsx

This file was deleted.

73 changes: 0 additions & 73 deletions landing-page/components/Checkbox.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions landing-page/components/GridBox.tsx

This file was deleted.

93 changes: 0 additions & 93 deletions landing-page/components/Input.tsx

This file was deleted.