diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ed895..49f6d5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,15 +10,15 @@ 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" + node-version: "lts/*" - name: Install dependencies run: | 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