ci: stop testing against NodeJS v18 (#512) · octokit/request-error.js@8eee0c1

Original file line numberDiff line numberDiff line change

@@ -57,14 +57,14 @@ async function main() {

5757

import: "./dist-src/index.js",

5858

// Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint

5959

default: "./dist-src/index.js",

60-

}

60+

},

6161

},

6262

sideEffects: false,

6363

unpkg: "dist-src/index.js",

6464

},

6565

null,

66-

2

67-

)

66+

2,

67+

),

6868

);

6969

}

7070

main();