Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Specify package-lock.json in root of repo as cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 13, 2023
1 parent 1646e74 commit 8c46b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-aws-init-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
node-version: 18
cache: "npm"
cache-dependency-path: "package-lock.json"
cache-dependency-path: "./package-lock.json"

- name: Install Node dependencies
run: npm ci
Expand Down

0 comments on commit 8c46b0c

Please sign in to comment.