diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c96a5a..a39bce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "latest" + node-version: "lts/*" - name: Install dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 1137cba..322ccc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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