Skip to content

Commit

Permalink
Merge branch 'main' into automation/yarn-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Jul 25, 2024
2 parents 6ba80a6 + 403cf2c commit de0c93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '8'
- name: Set up Node
- name: Set up Node LTS
uses: actions/setup-node@v4
with:
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 'lts/*'

- name: Install Tools
run: |-
Expand Down

0 comments on commit de0c93f

Please sign in to comment.