Skip to content

Commit

Permalink
Merge branch 'master' into renovate/node-20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
YunosukeY authored Dec 24, 2024
2 parents 6811007 + a65c4ad commit e3a5864
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*'
jobs:
biome:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -22,7 +22,7 @@ jobs:
- run: yarn install --pure-lockfile
- run: yarn biome
tsc:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -36,7 +36,7 @@ jobs:
- run: yarn install --pure-lockfile
- run: yarn tsc
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
37 changes: 37 additions & 0 deletions src/components/Releases/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,43 @@ const OldReleases: FCWithChildren = ({ children }) => {
};

const ReleaseArray: React.ReactNode[] = [
<>
<Date date='2024/12/24' />
<AddData />
<AddVideo videoId={256} />
</>,
<>
<Date date='2024/12/14' />
<AddData />
<AddVideo videoId={254} />
<AddVideo videoId={255} />
</>,
<>
<Date date='2024/12/07' />
<AddData />
<AddVideo videoId={253} />
</>,
<>
<Date date='2024/11/23' />
<AddData />
<AddVideo videoId={252} />
</>,
<>
<Date date='2024/11/16' />
<AddData />
<AddVideo videoId={251} />
</>,
<>
<Date date='2024/11/15' />
<AddData />
<AddVideo videoId={249} />
<AddVideo videoId={250} />
</>,
<>
<Date date='2024/11/02' />
<AddData />
<AddVideo videoId={248} />
</>,
<>
<Date date='2024/10/12' />
<AddData />
Expand Down

0 comments on commit e3a5864

Please sign in to comment.