We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04276c0 commit 919133eCopy full SHA for 919133e
.travis.yml
@@ -3,4 +3,3 @@ language: node_js
3
node_js:
4
- 14
5
- 12
6
- - 10
README.md
@@ -3,7 +3,8 @@
Minimal utility to walk directory trees performing actions on each directory
entry. `action-walk` has no production dependencies other than
node core modules and has only one strong opinion - don't presume anything
-about why the directory tree is being walked.
+about why the directory tree is being walked. Oh, and another strong opinion -
7
+running node v12.12.0+.
8
9
No presumptions means that this does little more than walk the tree. There
10
are two options to facilitate implementing your code on top of `action-walk`.
0 commit comments