Skip to content

Commit d650882

Browse files
Prep repo for breaking changes (#41)
* Bump actions to v3 * Bump CI node version to LTS * Add changelog entry
1 parent ceaa5dc commit d650882

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- uses: purescript-contrib/setup-purescript@main
1616
with:
1717
purescript: "unstable"
1818

19-
- uses: actions/setup-node@v2
19+
- uses: actions/setup-node@v3
2020
with:
21-
node-version: "14"
21+
node-version: "lts/*"
2222

2323
- name: Install dependencies
2424
run: |

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ New features:
1111
Bugfixes:
1212

1313
Other improvements:
14+
- Bumped CI's node version to `lts/*` (#41 by @JordanMartinez)
15+
- Updated CI `actions/checkout` and `actions/setup-nodee` to `v3` (#41 by @JordanMartinez)
1416

1517
## [v9.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v9.0.0) - 2022-04-29
1618

0 commit comments

Comments
 (0)