Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "latest"
node-version: "lts/*"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Other improvements:
- Format code with `purs-tidy`; enforce in CI (#52 by @JordanMartinez)
- Update FFI to use uncurried functions (#54 by @JordanMartinez)
- Removed `Internal.purs` file (#54 by @JordanMartinez)
- Bumped CI's node version to `latest` (#55 by @JordanMartinez)
- Bumped CI's node version to `lts/*` (#55/#57 by @JordanMartinez)
- Updated CI `actions/checkout` and `actions/setup-nodee` to `v3` (#55 by @JordanMartinez)

## [v8.0.0](https://github.com/purescript-node/purescript-node-buffer/releases/tag/v8.0.0) - 2022-04-27
Expand Down