From 0ea395386e1b63280042263e18f7ebecffcd5c6e Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 29 Nov 2023 13:43:35 +0100 Subject: [PATCH] Output ncu version --- .github/workflows/update-v8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-v8.yml b/.github/workflows/update-v8.yml index 2d5e33b96a78d7..8f04428de91e4f 100644 --- a/.github/workflows/update-v8.yml +++ b/.github/workflows/update-v8.yml @@ -38,6 +38,7 @@ jobs: git config --global user.name "Node.js GitHub Bot" - name: Install @node-core/utils run: npm install -g @node-core/utils + - run: npm view @node-core/utils version - name: Check and download new V8 version run: | ./tools/dep_updaters/update-v8-patch.sh > temp-output