Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c8fd34

Browse filesBrowse files
authored
ci: pin @wdio/browser-runner v8.36.0 (#18540)
* ci: pin @wdio/browser-runner v8.36.0 the browser testing was failing: https://github.com/eslint/eslint/actions/runs/9324019940/job/25668389482. the commit aims to fix it for now. * fix: alias node modules
1 parent a5f7e58 commit 2c8fd34
Copy full SHA for 2c8fd34

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
108108
"@types/estree": "^1.0.5",
109109
"@types/node": "^20.11.5",
110-
"@wdio/browser-runner": "^8.14.6",
110+
"@wdio/browser-runner": "8.36.0",
111111
"@wdio/cli": "^8.14.6",
112112
"@wdio/concise-reporter": "^8.14.0",
113113
"@wdio/globals": "^8.14.6",

‎wdio.conf.js

Copy file name to clipboardExpand all lines: wdio.conf.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ exports.config = {
1818
alias: {
1919
util: "rollup-plugin-node-polyfills/polyfills/util",
2020
path: "rollup-plugin-node-polyfills/polyfills/path",
21+
"node:path": "rollup-plugin-node-polyfills/polyfills/path",
2122
assert: "rollup-plugin-node-polyfills/polyfills/assert"
2223
}
2324
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.