mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[Ubuntu] set default nodeJS version to 16 (#4561)
This commit is contained in:
@@ -280,7 +280,7 @@
|
||||
},
|
||||
"rubygems": [],
|
||||
"node": {
|
||||
"default": "14"
|
||||
"default": "16"
|
||||
},
|
||||
"node_modules": [
|
||||
{
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
"binary_name": "selenium-server"
|
||||
},
|
||||
"node": {
|
||||
"default": "14"
|
||||
"default": "16"
|
||||
},
|
||||
"node_modules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user