Skip to content

Commit eaf8845

Browse files
s1gr1dandreiborza
authored andcommitted
exclude from node 14 test
1 parent dca73d3 commit eaf8845

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

packages/nitro-utils/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/nitro-utils",
77
"author": "Sentry",
88
"license": "MIT",
9-
"type": "module",
109
"engines": {
1110
"node": ">=14.18"
1211
},

scripts/ci-unit-tests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
4747
'@sentry/nuxt',
4848
'@sentry/nestjs',
4949
'@sentry-internal/eslint-plugin-sdk',
50+
'@sentry-internal/nitro-utils',
5051
],
5152
},
5253
'16': {

0 commit comments

Comments
 (0)