File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ New features:
1111Bugfixes:
1212
1313Other 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
You can’t perform that action at this time.
0 commit comments