Skip to content

Commit

Permalink
Use actions/setup-node@v4 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Aug 8, 2024
1 parent da4c57b commit 8ffe309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: true
- uses: actions/setup-node
- uses: actions/setup-node@v4
with:
# Due to some limitations of https://github.com/node-gradle/gradle-node-plugin.
node-version: '16'
Expand Down

0 comments on commit 8ffe309

Please sign in to comment.