From 8e6a45b3e5763bb065e4aa6f31f20e5b7cb58760 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Fri, 10 May 2024 12:42:09 +0200 Subject: [PATCH] tools: fix doc update action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52890 Reviewed-By: Rafael Gonzaga Reviewed-By: Michaƫl Zasso --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 33cf0c15686da0..448a54ccc4812c 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -118,7 +118,7 @@ jobs: npm ci NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs) if [ "$NEW_VERSION" != "" ]; then - echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV + echo "NEW_VERSION=new version" >> $GITHUB_ENV rm -rf package-lock.json node_modules # Include $NEW_VERSION to explicitly update the package.json # entry for the dependency and also so that semver-major updates