Skip to content

Commit 45e754b

Browse files
authored
ci: Skip corepack checks until next nodejs version (#5644)
Signed-off-by: Xuanwo <[email protected]>
1 parent af7cd0c commit 45e754b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_bindings_nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ name: Bindings NodeJS CI
2020
env:
2121
DEBUG: napi:*
2222
MACOSX_DEPLOYMENT_TARGET: "10.13"
23+
# refer to https://github.com/nodejs/corepack/issues/612#issuecomment-2631462297
24+
#
25+
# SHOULD remove after nodejs been upgraded.
26+
COREPACK_INTEGRITY_KEYS: 0
2327

2428
on:
2529
push:

0 commit comments

Comments
 (0)