Skip to content
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

Merged
merged 7 commits into from
Jul 5, 2023

Conversation

JordanMartinez
Copy link
Contributor

Description of the change

Adds more APIs. This may not cover all the APIs but it does add a few more.


Checklist:

  • Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation
  • Added a test for the contribution (if applicable)

@JordanMartinez
Copy link
Contributor Author

@thomashoneyman 🏓

src/Node/Buffer.purs Outdated Show resolved Hide resolved
@thomashoneyman
Copy link
Contributor

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)?

- uses: actions/setup-node@v2
with:
node-version: "14"

@JordanMartinez
Copy link
Contributor Author

Sure.

@JordanMartinez JordanMartinez changed the title Add missing Buffer APIs Add missing Buffer APIs; update CI: node and actions versions Jul 5, 2023
@JordanMartinez JordanMartinez merged commit 19e49ce into master Jul 5, 2023
1 check passed
@JordanMartinez JordanMartinez deleted the add-missing-ffi branch July 5, 2023 15:55
with:
node-version: "14"
node-version: "latest"
Copy link
Contributor

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.

@JordanMartinez JordanMartinez mentioned this pull request Jul 5, 2023
4 tasks
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.

None yet

2 participants