Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Kenzo-Wada/kenzo-wada.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada committed Sep 15, 2023
2 parents 378a282 + d4af48b commit d453d85
Show file tree
Hide file tree
Showing 5 changed files with 1,197 additions and 784 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:20

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@storybook/addon-mdx-gfm": "^7.4.0-alpha.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.4.0-alpha.2",
"@storybook/nextjs": "7.4.0-alpha.2",
"@storybook/nextjs": "7.4.1",
"@storybook/react": "^7.4.0-alpha.2",
"@storybook/testing-library": "^0.2.1-next.0",
"@svgr/webpack": "^8.1.0",
Expand Down
Loading

0 comments on commit d453d85

Please sign in to comment.