mirror of
https://github.com/actions/setup-node.git
synced 2026-04-27 16:27:36 +03:00
new toolkit and scoped registries
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
module.exports = getUserAgentBrowser
|
||||
|
||||
function getUserAgentBrowser () {
|
||||
/* global navigator */
|
||||
return navigator.userAgent
|
||||
}
|
||||
Reference in New Issue
Block a user