diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 32e49535..a8d1f22e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x] os: [ubuntu-latest, windows-latest] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ diff --git a/.prettierignore b/.prettierignore index 3ff683f2..b6f4cc40 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,2 @@ +**/.* coverage -.github -.nyc_output diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ba8235bb..b06aa7e9 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -87,11 +87,11 @@

{{ site.title | default: site.github.repository_name }}

{% if site.google_analytics %}