Skip to content

Commit

Permalink
Cache Node.js and Java dependencies in GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Elovirta <[email protected]>
  • Loading branch information
jelovirt committed Feb 25, 2024
1 parent e7afc33 commit 98243ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/render/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ runs:
with:
distribution: temurin
java-version: 17
cache: 'gradle'
- name: Set Node.js version 12.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: 'gradle'
- name: Check out website
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 98243ea

Please sign in to comment.