Skip to content

Commit

Permalink
Skip unit tests for node 16 as solidstart requires >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Jul 30, 2024
1 parent 977dd1c commit 9aaa360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/node-unit-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
],
},
'16': {
ignoredPackages: ['@sentry/cloudflare', '@sentry/vercel-edge', '@sentry/astro'],
ignoredPackages: ['@sentry/cloudflare', '@sentry/vercel-edge', '@sentry/astro', '@sentry/solidstart'],
},
'18': {
ignoredPackages: [],
Expand Down

0 comments on commit 9aaa360

Please sign in to comment.