Skip to content

Commit

Permalink
update workflow file npm without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Oct 11, 2023
1 parent cf7e432 commit 8598ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Build Release Files
Expand Down

0 comments on commit 8598ece

Please sign in to comment.