1
0
mirror of https://github.com/actions/setup-node synced 2025-05-03 13:43:54 +00:00
setup-node/node_modules/uuid/v5.js
Bryan MacFarlane 3b7fa72b60 Add installer
* start

* Add tests

* Clean up changes

* Update tool-cache we consume

* Use custom 7zr
2019-06-05 15:17:00 -04:00

4 lines
109 B
JavaScript

var v35 = require('./lib/v35.js');
var sha1 = require('./lib/sha1');
module.exports = v35('v5', 0x50, sha1);