mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 00:16:35 +08:00
.
This commit is contained in:
@@ -15,4 +15,5 @@ fi
|
||||
echo "Testing npm install"
|
||||
mkdir -p test-npm-install
|
||||
cd test-npm-install
|
||||
npm install @actions/core .
|
||||
npm init -y || exit 1
|
||||
npm install @actions/core || exit 1
|
||||
Reference in New Issue
Block a user