Skip to content

Commit e4267c5

Browse files
committed
fix: downgrade to 22.x for vercel support
1 parent 2b54ec4 commit e4267c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: "24.10.x"
16+
node-version: "22.x"
1717
- name: Test build
1818
env:
1919
TARGET_URL: "https://docs.flashbots.net"

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.10
1+
v22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
"typescript": "^5.2.2"
102102
},
103103
"engines": {
104-
"node": ">=24.10.0"
104+
"node": ">=22.0.0"
105105
}
106106
}

0 commit comments

Comments
 (0)