diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 64f2be39..b249be42 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [16.x]
+        node-version: [16.x, lts/*]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps: