diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 92773d6..b1fd754 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v2 id: cache with: path: node_modules @@ -37,7 +37,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Retrieve node modules from cache - uses: actions/cache@v1 + uses: actions/cache@v2 id: cache with: path: node_modules @@ -58,7 +58,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Retrieve node modules from cache - uses: actions/cache@v1 + uses: actions/cache@v2 id: cache with: path: node_modules