ci: Skip corepack checks until next nodejs version (#5644)

Signed-off-by: Xuanwo <github@xuanwo.io>
diff --git a/.github/workflows/ci_bindings_nodejs.yml b/.github/workflows/ci_bindings_nodejs.yml
index 80cffaa..26f40d8 100644
--- a/.github/workflows/ci_bindings_nodejs.yml
+++ b/.github/workflows/ci_bindings_nodejs.yml
@@ -20,6 +20,10 @@
 env:
   DEBUG: napi:*
   MACOSX_DEPLOYMENT_TARGET: "10.13"
+  # refer to https://github.com/nodejs/corepack/issues/612#issuecomment-2631462297
+  #
+  # SHOULD remove after nodejs been upgraded.
+  COREPACK_INTEGRITY_KEYS: 0
 
 on:
   push: