Skip to content

Commit

Permalink
npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Nov 7, 2023
1 parent 484d643 commit 2f1edc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm-build"
cache: "npm"

- name: "Install dependencies"
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "${{ matrix.node-version }}"
cache: "npm-tests"
cache: "npm"

- name: "Install dependencies"
run: npm ci
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "${{ matrix.node-version }}"
cache: "npm-examples"
cache: "npm"

- name: "Link framework"
run: npm link ..
Expand Down

0 comments on commit 2f1edc9

Please sign in to comment.