Skip to content

Commit

Permalink
build(remix): Fix version for remix build on node 14 (#9528)
Browse files Browse the repository at this point in the history
This should fix integration tests for remix.

It seems this version:
https://github.com/vanilla-extract-css/vanilla-extract/releases/tag/%40vanilla-extract%2Fcss%401.14.0
switched a dependency which fails on Node 14. so pinning on the previous
version here...
  • Loading branch information
mydea committed Nov 10, 2023
1 parent ecdd22f commit 82e87dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/remix/test/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"@sentry/tracing": "file:../../../tracing",
"@sentry-internal/tracing": "file:../../../tracing-internal",
"@sentry/types": "file:../../../types",
"@sentry/utils": "file:../../../utils"
"@sentry/utils": "file:../../../utils",
"@vanilla-extract/css": "1.13.0"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 82e87dc

Please sign in to comment.