Skip to content

Commit

Permalink
ci: Skip corepack checks until next nodejs version (#5644)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Feb 19, 2025
1 parent af7cd0c commit 45e754b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_bindings_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ name: Bindings NodeJS CI
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:
Expand Down

0 comments on commit 45e754b

Please # to comment.