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 a19b68f commit 79b0cafCopy full SHA for 79b0caf
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
# exit 1
34
- uses: actions/setup-node@v3
35
with:
36
- node-version: 16.x
+ node-version: 20.x
37
- uses: pnpm/action-setup@v2
38
39
version: 8.8.0
packages/script/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "../../tsconfig.json",
3
"compilerOptions": {
4
- "moduleResolution": "Node16",
+ "moduleResolution": "NodeNext",
5
"module": "NodeNext"
6
}
7
packages/service/tsconfig.json
"module": "NodeNext",
"types": ["@wdio/globals/types"]
},
0 commit comments