diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 71e9d76e2..03a5a8a6e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -39,6 +39,8 @@ jobs: restore-keys: | ${{ runner.os }}-elm- + - name: Predownloading Download dependencies + run: npm install - name: Download dependencies run: npm ci