diff --git a/__tests__/verify-node.sh b/__tests__/verify-node.sh index 016abdb3..b7ec0f83 100755 --- a/__tests__/verify-node.sh +++ b/__tests__/verify-node.sh @@ -27,5 +27,4 @@ fi echo "Testing npm install" mkdir -p test-npm-install cd test-npm-install -npm install @actions/core . -cd .. \ No newline at end of file +npm install @actions/core . \ No newline at end of file