Skip to content

Commit 336ff59

Browse files
- bump deps - use node24 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5514c22 commit 336ff59

File tree

4 files changed

+450
-102
lines changed

4 files changed

+450
-102
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424
steps:
2525
- name: Free Disk Space
26-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.unity-version == '6000.2' }}
26+
if: ${{ matrix.os == 'ubuntu-latest' }}
2727
uses: endersonmenezes/free-disk-space@713d134e243b926eba4a5cce0cf608bfd1efb89a # v2.1.1
2828
with:
2929
remove_android: true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ inputs:
88
description: 'The path to the test results file(s).'
99
required: true
1010
runs:
11-
using: node20
11+
using: node24
1212
main: dist/index.js

0 commit comments

Comments
 (0)