Skip to content

Commit 1f534db

Browse files
authored
Merge pull request #347 from circuitpython/beta
Merge Beta
2 parents 7826d05 + 4251ef2 commit 1f534db

File tree

5 files changed

+33
-27
lines changed

5 files changed

+33
-27
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

package-lock.json

Lines changed: 29 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"sass": "^1.90.0",
13-
"vite": "^6.3.5",
13+
"vite": "^7.1.3",
1414
"vite-plugin-mkcert": "^1.17.8"
1515
},
1616
"dependencies": {

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)