Skip to content

Commit

Permalink
fix: Remove nodejs cache flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zurcusa committed Sep 24, 2024
1 parent 3225f6c commit 06f11ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
with:
java-version: '21'
distribution: 'corretto'
cache: gradle

- name: Build Gradle Project
run: ./gradlew build
Expand All @@ -55,7 +54,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'

# Install NPM dependencies
- name: Install NPM dependencies
Expand Down

0 comments on commit 06f11ae

Please sign in to comment.