We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4a753 commit a832fc0Copy full SHA for a832fc0
.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