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

Commit

Permalink
Merge pull request #71 from AgentPrus/bump-node-version
Browse files Browse the repository at this point in the history
build: remove unsupported cache option
  • Loading branch information
vasylnahuliak authored Oct 28, 2023
2 parents f4fa506 + 9d536bb commit 0f4a963
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 0f4a963

Please sign in to comment.