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

Commit

Permalink
build: remove unsupported cache option
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePrus committed Oct 28, 2023
1 parent bf05313 commit 9d536bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: "nmp"

- name: Install dependencies
run: npm install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: "nmp"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 9d536bb

Please sign in to comment.