chore: Bump nodejs version used by CircleCI jobs to nodejs v12
This commit is contained in:
parent
5dbb8d94b5
commit
92799f2f0a
|
@ -18,7 +18,7 @@ orbs:
|
||||||
codecov: codecov/codecov@3.2.0
|
codecov: codecov/codecov@3.2.0
|
||||||
|
|
||||||
references:
|
references:
|
||||||
nodejs_current: &nodejs_current "10"
|
nodejs_current: &nodejs_current "12"
|
||||||
repo_path: &repo_path ~/webextension-polyfill
|
repo_path: &repo_path ~/webextension-polyfill
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: *repo_path
|
working_directory: *repo_path
|
||||||
|
|
Loading…
Reference in New Issue