Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
travispeloton committed Sep 23, 2024
1 parent 5d381fa commit c262d31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Cache Gradle packages
uses: actions/cache@v2
with:
node-version: '16'
path: |
~/.gradle/caches
~/.gradle/wrapper
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
- name: Cache Gradle packages
uses: actions/cache@v2
with:
node-version: '16'
path: |
~/.gradle/caches
~/.gradle/wrapper
Expand Down

0 comments on commit c262d31

Please sign in to comment.