Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Setup Node.js environment
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerCoug committed Nov 10, 2023
1 parent 575eba9 commit 292d133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
java-version: 17
distribution: 'temurin' # Alternative distribution options are available.
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.0
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 292d133

Please sign in to comment.