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