Skip to content

Commit

Permalink
Update node to lts/* (#57)
Browse files Browse the repository at this point in the history
* Update node to lts/*

* Update changelog entry
  • Loading branch information
JordanMartinez authored Jul 5, 2023
1 parent 19e49ce commit e3fd539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e3fd539

Please sign in to comment.