mirror of
https://github.com/actions/runner-images.git
synced 2026-01-10 20:52:45 +08:00
[macOS] Remove node version 10.x (#4477)
This commit is contained in:
@@ -131,7 +131,6 @@
|
||||
"platform" : "darwin",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"10.*",
|
||||
"12.*",
|
||||
"14.*",
|
||||
"16.*"
|
||||
@@ -187,9 +186,9 @@
|
||||
"node": {
|
||||
"default": "14",
|
||||
"nvm_versions": [
|
||||
"10",
|
||||
"12",
|
||||
"14"
|
||||
"14",
|
||||
"16"
|
||||
]
|
||||
},
|
||||
"mongodb": {
|
||||
|
||||
Reference in New Issue
Block a user