diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d929a4..049435d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Install deps for alpine run: | - apk add --update nodejs nodejs-npm git curl + apk add --update nodejs npm git curl node -v which node - name: Checkout @@ -116,7 +116,7 @@ jobs: steps: - name: Install deps for alpine run: | - apk add --update nodejs nodejs-npm git curl + apk add --update nodejs npm git curl node -v which node - name: Checkout