Skip to content

Commit e3fd539

Browse files
Update node to lts/* (#57)
* Update node to lts/* * Update changelog entry
1 parent 19e49ce commit e3fd539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: "latest"
22+
node-version: "lts/*"
2323

2424
- name: Install dependencies
2525
run: |

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Other improvements:
6464
- Format code with `purs-tidy`; enforce in CI (#52 by @JordanMartinez)
6565
- Update FFI to use uncurried functions (#54 by @JordanMartinez)
6666
- Removed `Internal.purs` file (#54 by @JordanMartinez)
67-
- Bumped CI's node version to `latest` (#55 by @JordanMartinez)
67+
- Bumped CI's node version to `lts/*` (#55/#57 by @JordanMartinez)
6868
- Updated CI `actions/checkout` and `actions/setup-nodee` to `v3` (#55 by @JordanMartinez)
6969

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

0 commit comments

Comments
 (0)