Skip to content

Commit

Permalink
Merge pull request #242 from katalon-studio/quidl-patch-1
Browse files Browse the repository at this point in the history
Update package_agent.yml
  • Loading branch information
quidl authored Aug 2, 2024
2 parents 019cc67 + 6bd517f commit 6ba20eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/package_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# - name: Cache
# id: cache-packages
# uses: actions/cache@v4
# with:
# path: node_modules
# key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
- name: Cache
id: cache-packages
uses: actions/cache@v4
with:
path: node_modules
key: new-${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

- name: Install packages
if: steps.cache-packages.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 6ba20eb

Please sign in to comment.