File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 99 name : Release
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : oven-sh/setup-bun@v2
13- with :
14- bun-version : latest
15-
1612 - name : Checkout
1713 uses : actions/checkout@v3
1814 with :
1915 fetch-depth : 0
2016
17+ - name : Setup Node.js
18+ uses : actions/setup-node@v3
19+ with :
20+ node-version : ' 18.x'
21+ registry-url : ' https://registry.npmjs.org'
22+
23+ - uses : oven-sh/setup-bun@v2
24+ with :
25+ bun-version : latest
26+
2127 - name : Install dependencies
2228 run : bun install
2329
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const App = () => {
9393 < div className = "min-h-screen bg-white dark:bg-gray-900 text-gray-900 dark:text-gray-100" >
9494 < Header >
9595 < HeaderContent >
96- < Title level = { 3 } className = "text-blue-600 dark:text-blue-400" > AV1 Components </ Title >
96+ < Title level = { 3 } className = "text-blue-600 dark:text-blue-400" > AV1-C </ Title >
9797 < div className = "ml-auto flex items-center gap-4" >
9898 < ThemeToggle />
9999 < Button
You can’t perform that action at this time.
0 commit comments