Skip to content

Update pkl versions and node versions to test#58

Open
jasongwartz wants to merge 1 commit intomainfrom
jason/actions-matrix
Open

Update pkl versions and node versions to test#58
jasongwartz wants to merge 1 commit intomainfrom
jason/actions-matrix

Conversation

@jasongwartz
Copy link
Contributor

No description provided.

@jasongwartz
Copy link
Contributor Author

@jackkleeman Looks like we've got a breaking issue coming up with Node 23:


    RangeError: "length" is outside of buffer bounds

      105 | export function packMessage(encoder: msgpackr.Encoder, msg: OutgoingMessage): Buffer {
      106 |   const {code, ...rest} = msg;
    > 107 |   const enc = encoder.encode([code, rest])
          |                       ^
      108 |   return enc
      109 | }
      110 |

https://github.com/pkl-community/pkl-typescript/actions/runs/11827694661/job/32956340768?pr=58

@jasongwartz
Copy link
Contributor Author

A GH issue that links to a few other issues with more context: nodejs/node#54523

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant