Skip to content

Commit 8cf66c9

Browse files
committed
fix: stop testing node native in CI
1 parent f52782e commit 8cf66c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ENVIRONMENT_CONFIG = {
2121
c: ['libcurl'],
2222
csharp: ['httpclient', 'restsharp'],
2323
go: ['native'],
24-
node: ['axios', 'fetch', 'native'],
24+
node: ['axios', 'fetch'],
2525
php: ['curl', 'guzzle'],
2626
python: ['requests'],
2727
shell: ['curl'],
@@ -30,7 +30,7 @@ const ENVIRONMENT_CONFIG = {
3030
// When running tests locally, or within a CI environment, we shold limit the targets that
3131
// we're testing so as to not require a mess of dependency requirements that would be better
3232
// served within a container.
33-
node: ['native'],
33+
node: ['fetch'],
3434
php: ['curl'],
3535
python: ['requests'],
3636
shell: ['curl'],

0 commit comments

Comments
 (0)