Skip to content

Commit

Permalink
Disable caching since it conflicts with multiple Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Nov 14, 2024
1 parent 2f91945 commit 30edf55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm run build:types
Expand Down

0 comments on commit 30edf55

Please sign in to comment.