Skip to content

Commit

Permalink
chore: update everything (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
use-to committed Jul 15, 2023
1 parent 6c253b3 commit 5c78b79
Show file tree
Hide file tree
Showing 23 changed files with 3,129 additions and 5,323 deletions.
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.

0 comments on commit 5c78b79

Please sign in to comment.