Skip to content

Commit

Permalink
Merge pull request #546 from ertush/hotfix
Browse files Browse the repository at this point in the history
Modified line 55:61 of ci.yml
  • Loading branch information
ertush authored Nov 18, 2024
2 parents bf6b55f + 6f86a31 commit 6288c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6288c1c

Please sign in to comment.