We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97d3274 + a832fc0 commit 7d12536Copy full SHA for 7d12536
.github/workflows/lighthouse.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup Node.js
11
uses: actions/setup-node@v4
12
with:
13
- node-version: '20'
+ node-version: '22'
14
15
- name: Setup pnpm
16
uses: pnpm/action-setup@v2
.github/workflows/repomix.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
- node-version: "20"
+ node-version: "22"
32
33
- name: Install Repomix
34
run: npm install -g repomix
0 commit comments