Skip to content

Commit 4a7f572

Browse files
authored
chore: test Node 18 and remove debug console (#631)
1 parent a93e854 commit 4a7f572

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ anchors:
44
- &node-version-enum
55
- '12.22'
66
- '14.19'
7-
- '16.13'
8-
- '17.4'
7+
- '16.14'
8+
- '18.2'
99
- &webpack-version-enum
1010
- '4'
1111
- '5'
1212
- &node-version-param
1313
node-version:
14-
default: '16.13'
14+
default: '16.14'
1515
enum: *node-version-enum
1616
type: enum
1717
- &webpack-version-param

sockets/utils/getSocketUrlParts.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ function getSocketUrlParts(resourceQuery, metadata) {
117117
}
118118

119119
if (!urlParts.hostname || !urlParts.pathname) {
120-
console.log(urlParts);
121120
throw new Error(
122121
[
123122
'[React Refresh] Failed to get an URL for the socket connection.',

0 commit comments

Comments
 (0)