diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a31ef3..2d0e39f 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 npm git curl + apk add --update nodejs-current npm git curl - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies @@ -114,7 +114,7 @@ jobs: steps: - name: Install deps for alpine run: | - apk add --update nodejs npm git curl + apk add --update nodejs-current npm git curl - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies