diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 120b69a47a674634d7018a752b5af401d5681e83..9b9af50fcdbaa70aef73946709e78bff5661456d 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [14.x, 16.x, 17.x]
+        node-version: [14.x, 16.x, 18.x, 19.x]
 
     steps:
     - uses: actions/checkout@v2