diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 4a228d413..bb9d11f3e 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -74,7 +74,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Cache Node Modules id: nodeCache - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: # npm cache files stored in `~/.npm` on Linux path: ~/.npm