Commit 4b039f8
authored
fix(node): Pin
The previous approach of specifying the git repo directly breaks systems
that don't have git installed (e.g. slim linux distros). I tested this
works on a ubuntu vm without git.
**Important:** When making changes to the fork, the linked commit sha in
`packages/node/package.json` has to be updated and the yarn lockfile
regenerated.
Resolves: #16281@fastify/otel fork to direct url to allow installing without git (#16287)1 parent 26731ed commit 4b039f8
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3912 | 3912 | | |
3913 | 3913 | | |
3914 | 3914 | | |
3915 | | - | |
| 3915 | + | |
3916 | 3916 | | |
3917 | | - | |
| 3917 | + | |
3918 | 3918 | | |
3919 | 3919 | | |
3920 | 3920 | | |
| |||
0 commit comments