This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
elif command -v brew &> /dev/null; then
|
elif command -v brew &> /dev/null; then
|
||||||
brew install node
|
brew install node
|
||||||
elif command -v apk &> /dev/null; then
|
elif command -v apk &> /dev/null; then
|
||||||
sudo apk add --no-cache nodejs npm
|
apk add --no-cache nodejs npm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user