We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e4c39 commit 0471532Copy full SHA for 0471532
.github/workflows/test.yml
@@ -14,9 +14,10 @@ jobs:
14
with:
15
persist-credentials: false
16
17
+ # Pin to Node.js 22.12 as 22.18+ breaks tsconfig-paths/register functionality
18
- uses: actions/setup-node@v4
19
- node-version: "22.x"
20
+ node-version: "22.12"
21
22
- name: Install
23
run: npm install
package.json
@@ -8,7 +8,7 @@
8
"dist"
9
],
10
"engines": {
11
- "node": ">=18.0.0"
+ "node": ">=18.0.0 <22.13.0"
12
},
13
"scripts": {
"prepare": "husky install",
@@ -69,6 +69,7 @@
69
"ts-node": "^10.9.2",
70
"tsconfig-paths": "^4.2.0",
71
"tsconfig-replace-paths": "^0.0.14",
72
+ "tsx": "^4.20.4",
73
"typescript": "^5.7.2"
74
}
75
0 commit comments