Skip to content

Commit

Permalink
chore: fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed May 22, 2022
1 parent e5b8a37 commit 7cbebb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
node-version: "16"
cache: "npm"
cache-dependency-path: package/package-lock.json
- name: Update to latest NPM version
run: npm i -g npm
- name: Install package dependencies
Expand All @@ -40,6 +41,7 @@ jobs:
with:
node-version: "16"
cache: "npm"
cache-dependency-path: package/package-lock.json
- name: Update to latest NPM version
run: npm i -g npm
- name: Install package dependencies
Expand All @@ -62,6 +64,7 @@ jobs:
with:
node-version: "16"
cache: "npm"
cache-dependency-path: package/package-lock.json
- name: Update to latest NPM version
run: npm i -g npm
- name: Install package dependencies
Expand Down

0 comments on commit 7cbebb0

Please sign in to comment.