Skip to content

Commit

Permalink
Use node 16 in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 7, 2024
1 parent 38c783c commit 15780f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: true
- uses: actions/setup-node
with:
# Due to some limitations of https://github.com/node-gradle/gradle-node-plugin.
node-version: '16'
# Disable CC due to https://github.com/gradle/gradle/issues/22779
- run: ./gradlew release --no-configuration-cache
env:
Expand Down

0 comments on commit 15780f5

Please sign in to comment.