Skip to content

Commit 919133e

Browse files
committed
note node version 12.12.0+
1 parent 04276c0 commit 919133e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ language: node_js
33
node_js:
44
- 14
55
- 12
6-
- 10

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Minimal utility to walk directory trees performing actions on each directory
44
entry. `action-walk` has no production dependencies other than
55
node core modules and has only one strong opinion - don't presume anything
6-
about why the directory tree is being walked.
6+
about why the directory tree is being walked. Oh, and another strong opinion -
7+
running node v12.12.0+.
78

89
No presumptions means that this does little more than walk the tree. There
910
are two options to facilitate implementing your code on top of `action-walk`.

0 commit comments

Comments
 (0)