Skip to content

Commit f8382aa

Browse files
committed
build: update Node.js version
1 parent f965f9f commit f8382aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: "18"
27+
node-version: "24"
2828
cache: "npm"
2929

3030
- name: Install dependencies

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
h1 {
159159
font-size: 2rem;
160160
}
161-
.audio-player {
161+
.audio-player {
162162
max-width: 100%;
163163
padding: 0 0.5rem 1rem 0.5rem;
164164
}

0 commit comments

Comments
 (0)