mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
Update the versioned node hook test
This commit is contained in:
parent
577f1093cf
commit
b4541d8a5f
6 changed files with 13 additions and 13 deletions
4
testing/resources/node_versioned_hooks_repo/bin/main.js
Normal file
4
testing/resources/node_versioned_hooks_repo/bin/main.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
console.log(process.version);
|
||||
console.log('Hello World');
|
||||
Loading…
Add table
Add a link
Reference in a new issue