From 0830b3115ddda4bfe6360c7b23af06381327b3c9 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 786d6361ef10cd..fa39d006d6054d 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -126,7 +126,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