Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 6eb3844 commit 9725b97
Show file tree
Hide file tree
Showing 4 changed files with 962 additions and 747 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- run: npm ci
- run: npm run build-storybook
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.3.1
with:
path: ./storybook-static
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:20-alpine AS base
FROM --platform=$BUILDPLATFORM node:20.12.2-alpine AS base

FROM --platform=$BUILDPLATFORM base AS deps
RUN apk add --no-cache libc6-compat
Expand Down
Loading

0 comments on commit 9725b97

Please sign in to comment.