1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 10:25:52 +00:00
This commit is contained in:
eric sciple 2020-01-24 17:23:24 -05:00
parent e9ee86ba96
commit bfecc7c2a1

View file

@ -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