Skip to content

Commit

Permalink
fix: package-lock.json (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc authored Sep 26, 2022
1 parent 6c6a607 commit ac2af92
Show file tree
Hide file tree
Showing 2 changed files with 2,939 additions and 21,167 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Get npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir::$(npm config get cache)"
- uses: actions/cache@v2
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install Dependencies
run: npm ci

Expand Down
Loading

0 comments on commit ac2af92

Please sign in to comment.