From 3662e14f8c503bbe04ee776de664a2011e9bbd61 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 19 Jul 2023 16:13:23 -0700 Subject: [PATCH 1/3] Bump actions to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ed895..a386693 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,13 +10,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: purescript-contrib/setup-purescript@main with: purescript: "unstable" - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: "14" From b3cbe6a0b514fec12aaee53b285af3da36ad6492 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 19 Jul 2023 16:13:36 -0700 Subject: [PATCH 2/3] Bump CI node version 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 a386693..49f6d5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "14" + node-version: "lts/*" - name: Install dependencies run: | From 82f2195e31501aa4ba15d7785911f631a498aebe Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 19 Jul 2023 16:14:39 -0700 Subject: [PATCH 3/3] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1686c6e..0a1e9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ New features: Bugfixes: Other improvements: +- Bumped CI's node version to `lts/*` (#41 by @JordanMartinez) +- Updated CI `actions/checkout` and `actions/setup-nodee` to `v3` (#41 by @JordanMartinez) ## [v9.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v9.0.0) - 2022-04-29