fix(ci): use LTS version of nodejs

This commit is contained in:
Łukasz Mierzwa
2021-05-20 10:25:48 +01:00
committed by GitHub
parent e51f4d6940
commit 28e45b6dff
+4 -1
View File
@@ -8,5 +8,8 @@
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
],
"node": {
"supportPolicy": ["lts_latest"]
}
}