mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[Ubuntu] set node 18 as default (#7094)
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
"binary_name": "selenium-server"
|
||||
},
|
||||
"node": {
|
||||
"default": "16"
|
||||
"default": "18"
|
||||
},
|
||||
"node_modules": [
|
||||
{
|
||||
|
||||
@@ -286,7 +286,7 @@
|
||||
"binary_name": "selenium-server"
|
||||
},
|
||||
"node": {
|
||||
"default": "16"
|
||||
"default": "18"
|
||||
},
|
||||
"node_modules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user