diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 169d090..0f75cee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: - name: Install deps for alpine run: | apk add --update nodejs npm git curl - ln -s /usr/bin/nodejs /usr/bin/node + node -v - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies @@ -116,7 +116,7 @@ jobs: - name: Install deps for alpine run: | apk add --update nodejs npm git curl - ln -s /usr/bin/nodejs /usr/bin/node + node -v - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies