Add nodejs tool cache for linux. (#839)

* add nodejs

* 4 node versions

Co-authored-by: Dmitry Shibanov <[email protected]>
This commit is contained in:
Dmitry Shibanov
2020-05-09 07:31:49 +03:00
committed by GitHub
co-authored by Dmitry Shibanov
parent 68fdb181e5
commit 9b1143dddd
6 changed files with 42 additions and 14 deletions
+12
View File
@@ -13,6 +13,18 @@
"3.7.*",
"3.8.*"
]
},
{
"name": "node",
"url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json",
"platform" : "linux",
"arch": "x64",
"versions": [
"8.*",
"10.*",
"12.*",
"14.*"
]
}
]
}