Skip to content

Commit 7d12536

Browse files
authored
Merge pull request #1468 from w3bdesign/renovate/node-22.x
Update dependency node to v22
2 parents 97d3274 + a832fc0 commit 7d12536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lighthouse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: '20'
13+
node-version: '22'
1414

1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@v2

.github/workflows/repomix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: "20"
31+
node-version: "22"
3232

3333
- name: Install Repomix
3434
run: npm install -g repomix

0 commit comments

Comments
 (0)