diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42d39c2..d684b72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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 @@ -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 diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index 3bda74c..a2855c0 100644 --- a/src/components/Releases/index.tsx +++ b/src/components/Releases/index.tsx @@ -74,6 +74,43 @@ const OldReleases: FCWithChildren = ({ children }) => { }; const ReleaseArray: React.ReactNode[] = [ + <> + + + + , + <> + + + + + , + <> + + + + , + <> + + + + , + <> + + + + , + <> + + + + + , + <> + + + + , <>