Updated the usage and docs to the major version release.

This commit is contained in:
Ashwin Sangem 2022-03-21 08:50:07 +00:00 committed by GitHub
parent 4b0cf6cc46
commit 25f1378bc7
3 changed files with 45 additions and 45 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: |
echo "::set-output name=dir::$(npm config get cache)"
- name: Restore npm cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}