Skip to content

Commit

Permalink
try github actions without npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpale committed Jan 8, 2024
1 parent 9b64d75 commit f7aa628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/genversion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm test

0 comments on commit f7aa628

Please sign in to comment.