Skip to content

Commit c29e045

Browse files
Merge pull request #3322 from deining/bump-action-workflows
Bump GitHub action workflows
2 parents 07b0943 + a2afe00 commit c29e045

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/lighthouse.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
14-
- name: Use Node.js 20.x
15-
uses: actions/setup-node@v4
13+
- uses: actions/checkout@v5
14+
- name: Use Node.js 22.x
15+
uses: actions/setup-node@v5
1616
with:
17-
node-version: 20.x
17+
node-version: 22.x
1818
# Build needs around 400 seconds on Netlify.
1919
# We can not rely on "Waiting for 200", since the user
2020
# might push another commit to an existing PR, meaning
@@ -28,7 +28,7 @@ jobs:
2828
site_name: 'docs-nestjs'
2929
max_timeout: 600
3030
- name: Run Lighthouse on urls and validate with lighthouserc
31-
uses: treosh/lighthouse-ci-action@v8
31+
uses: treosh/lighthouse-ci-action@v12
3232
with:
3333
urls: |
3434
${{ steps.wait-for-netflify-preview.outputs.url }}

src/styles.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ html[mode='dark'] {
5252
&::-webkit-scrollbar-track {
5353
background: var(--menu-background);
5454
}
55-
55+
5656
&::-webkit-scrollbar-corner {
5757
background: var(--menu-background);
5858
}
@@ -127,7 +127,7 @@ blockquote {
127127
strong {
128128
color: variables.$red-color;
129129
@include utils.text-gradient();
130-
130+
131131
&:first-of-type {
132132
display: block;
133133
text-transform: uppercase;
@@ -163,7 +163,7 @@ blockquote {
163163
code[class*=language-], pre[class*=language-] {
164164
margin: 20px 0;
165165
}
166-
166+
167167
p:last-of-type {
168168
margin-bottom: 0;
169169
}
@@ -399,8 +399,8 @@ tr td span.table-code-asterisk {
399399
border-radius: 2px;
400400
padding: 2px;
401401
background: var(--primary-gradient);
402-
-webkit-mask:
403-
linear-gradient(#fff 0 0) content-box,
402+
-webkit-mask:
403+
linear-gradient(#fff 0 0) content-box,
404404
linear-gradient(#fff 0 0);
405405
-webkit-mask-composite: xor;
406406
mask-composite: exclude;
@@ -420,7 +420,7 @@ tr td span.table-code-asterisk {
420420
background: rgba(0, 0, 0, 0.6);
421421
}
422422

423-
// Scollbar sidebar
423+
// Scrollbar sidebar
424424

425425
app-menu::-webkit-scrollbar {
426426
width: 6px;
@@ -433,4 +433,4 @@ app-menu:hover::-webkit-scrollbar-thumb {
433433

434434
app-menu::-webkit-scrollbar-thumb:hover {
435435
-webkit-transition: #dedede 1s linear;
436-
}
436+
}

0 commit comments

Comments
 (0)