Skip to content

Commit 2226fb7

Browse files
committed
Updates to fix icons and prepare for vite 7
1 parent 9a0e0a5 commit 2226fb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 22
1616
cache: 'npm'
1717
- run: npm ci
1818
- run: npm run build

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 18
33+
node-version: 22
3434
cache: 'npm'
3535
- run: npm ci
3636
- run: npm run build

sass/base/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ h5 {
5555
white-space: nowrap;
5656

5757
i {
58-
padding-left: 10px;
58+
padding-left: 5px;
5959
}
6060

6161
&:first-of-type, &.first-item {

0 commit comments

Comments
 (0)