Skip to content

Commit

Permalink
chore: #69 Remove NPM cache as we have many package-lock.json
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jan 7, 2025
1 parent e34e7ab commit 99e960d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
cache: 'npm'

- name: Set release version
run: |
Expand Down

0 comments on commit 99e960d

Please sign in to comment.