mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 05:17:11 +08:00
Toolcache: Add NPM Toolcache support for Windows/Linux
This commit is contained in:
14
images/linux/toolcache-1604.json
Normal file
14
images/linux/toolcache-1604.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"toolcache-python-ubuntu-1604-x64": [
|
||||
"2.7", "3.5", "3.6", "3.7", "3.8"
|
||||
],
|
||||
"toolcache-ruby-ubuntu-1604-x64": [
|
||||
"2.4", "2.5", "2.6"
|
||||
],
|
||||
"toolcache-pypy-ubuntu-1604-x64": [
|
||||
"2", "3"
|
||||
],
|
||||
"toolcache-boost-ubuntu-1604-x64": [
|
||||
"1.69"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user