mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
Revert to using ECMA 6
This commit is contained in:
@@ -166,7 +166,7 @@ class ConfigParser {
|
||||
|
||||
// Parse the AST out of the configuration file
|
||||
const espreeOptions = {
|
||||
ecmaVersion: 'latest',
|
||||
ecmaVersion: 6,
|
||||
sourceType: 'module',
|
||||
range: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user