mirror of
https://github.com/actions/setup-node.git
synced 2025-06-07 17:59:37 +08:00
.
This commit is contained in:
parent
e9ee86ba96
commit
bfecc7c2a1
|
@ -15,4 +15,5 @@ fi
|
||||||
echo "Testing npm install"
|
echo "Testing npm install"
|
||||||
mkdir -p test-npm-install
|
mkdir -p test-npm-install
|
||||||
cd test-npm-install
|
cd test-npm-install
|
||||||
npm install @actions/core .
|
npm init -y || exit 1
|
||||||
|
npm install @actions/core || exit 1
|
Loading…
Reference in New Issue
Block a user