mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 20:10:48 +00:00
.
This commit is contained in:
parent
e9ee86ba96
commit
bfecc7c2a1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue