File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-node@v3
21
21
with :
22
- node-version : " latest "
22
+ node-version : " lts/* "
23
23
24
24
- name : Install dependencies
25
25
run : |
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Other improvements:
64
64
- Format code with ` purs-tidy ` ; enforce in CI (#52 by @JordanMartinez )
65
65
- Update FFI to use uncurried functions (#54 by @JordanMartinez )
66
66
- Removed ` Internal.purs ` file (#54 by @JordanMartinez )
67
- - Bumped CI's node version to ` latest ` (#55 by @JordanMartinez )
67
+ - Bumped CI's node version to ` lts/* ` (#55 / # 57 by @JordanMartinez )
68
68
- Updated CI ` actions/checkout ` and ` actions/setup-nodee ` to ` v3 ` (#55 by @JordanMartinez )
69
69
70
70
## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v8.0.0 ) - 2022-04-27
You can’t perform that action at this time.
0 commit comments