Updated the usage and docs to the major version release. (#770)

This commit is contained in:
Ashwin Sangem 2022-03-21 14:31:26 +05:30 committed by GitHub
parent 4b0cf6cc46
commit 7799d864d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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') }}