From 731a97ce3faa042cf153db48dd8813840d8f4b12 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 5 Jul 2023 11:05:53 -0500 Subject: [PATCH 1/2] Update node to lts/* --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | From 1263409513dad8eb9585a3832115327bce9fbf69 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 5 Jul 2023 11:06:37 -0500 Subject: [PATCH 2/2] Update changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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