-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing Buffer APIs; update CI: node and actions versions #55
Conversation
Since we're pointing to Node v18 here, what do you think of updating CI to point to Node 18 (or perhaps to just the Node LTS, which is Node 18 and will become Node 20 soon)? purescript-node-buffer/.github/workflows/ci.yml Lines 20 to 22 in c6533da
|
Sure. |
with: | ||
node-version: "14" | ||
node-version: "latest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can stick to the LTS via lts/*
if we want to be on something stable, but latest
is also fine by me.
Description of the change
Adds more APIs. This may not cover all the APIs but it does add a few more.
Checklist: