diff --git a/.github/workflows/nodejs-16.yml b/.github/workflows/nodejs-16.yml
index a1c31fa..9086821 100644
--- a/.github/workflows/nodejs-16.yml
+++ b/.github/workflows/nodejs-16.yml
@@ -16,7 +16,7 @@ jobs:
       - name: Use Node.js
         uses: actions/setup-node@v4
         with:
-          node-version: '16.x'
+          node-version: '22.x'
       - run: npm install
       - run: npm run prepublishOnly
       - run: node -v