Skip to content

Commit

Permalink
build: Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Jul 4, 2024
1 parent 11dd820 commit b980383
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "22.x"
cache: "npm"
- name: Install dependencies
run: npm install
- run: npm run build --if-present
Expand Down

0 comments on commit b980383

Please sign in to comment.