diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml
index 75b6813..45e0656 100644
--- a/.github/workflows/pr-checks.yml
+++ b/.github/workflows/pr-checks.yml
@@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
- node-version: 20
+ node-version: 25
cache: npm
- name: Install dependencies
@@ -28,12 +28,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
- node-version: 20
+ node-version: 25
cache: npm
- name: Install dependencies
diff --git a/.nvmrc b/.nvmrc
index 2edeafb..410b14d 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-20
\ No newline at end of file
+25
\ No newline at end of file
diff --git a/demo/index.html b/demo/index.html
index c1c92bd..782b5f5 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -35,6 +35,6 @@
-
+