From 6f86a31e9b72200b9f15d6413b75ffe45677d3d3 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 18 Nov 2024 16:04:50 +0300 Subject: [PATCH] Modified line 55:61 of ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fc8531..0d0185a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,8 @@ jobs: - run: | node -e """ const {exec} = require('node:child_process'); - exec('ls . && pwd', (stdout) => { - console.log(`stdout: ${stdout}`) + exec('ls . && pwd', (error, stdout, stderr) => { + console.log(\`stdout: \\n\${stdout}\`) }) """ - run: npm install -g pnpm