diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c28e771..e717165 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
     steps:
       - uses: actions/setup-node@v1
         with:
-          node-version: 16.x
+          node-version: 18.x
       - uses: actions/checkout@v3
       - run: npm ci
       - run: npm run build
@@ -242,4 +242,4 @@ jobs:
       - name: Fix Checkout v3
         uses: actions/checkout@v3
         with:
-          path: v3
\ No newline at end of file
+          path: v3