diff --git a/.eslintrc.js b/.eslintrc.cjs
similarity index 100%
rename from .eslintrc.js
rename to .eslintrc.cjs
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5b14c7e..8a3b269 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
- node-version: 18
+ node-version: 20
cache: npm
- run: npm install
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ec5670a..72dc739 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v3
with:
- node-version: 18
+ node-version: 20
cache: npm
- run: npm install
diff --git a/index.html b/index.html
index 994c734..ac5b10a 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,18 @@
+
+
+