Skip to content

Commit fba1a2c

Browse files
- update node24 (required for unity-cli) - bump deps - updated validation build-options
1 parent fc83b34 commit fba1a2c

File tree

7 files changed

+263
-65
lines changed

7 files changed

+263
-65
lines changed

.github/workflows/build-options.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"unity-version": [
88
"2019",
99
"2020",
10+
"2021",
1011
"2022",
1112
"6000.0",
1213
"6000.1",

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ outputs:
1919
project-path:
2020
description: The path to the created Unity project.
2121
runs:
22-
using: 'node20'
23-
main: 'dist/index.js'
22+
using: node24
23+
main: dist/index.js

dist/index.js

Lines changed: 235 additions & 39 deletions
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-unity-project",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A GitHub Action to create a new Unity Project using a predefined template package.",
55
"author": "RageAgainstThePixel",
66
"repository": {
@@ -20,10 +20,10 @@
2020
"main": "dist/index.js",
2121
"dependencies": {
2222
"@actions/core": "^1.11.1",
23-
"@rage-against-the-pixel/unity-cli": "^1.5.3"
23+
"@rage-against-the-pixel/unity-cli": "^1.5.4"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^22.18.13",
26+
"@types/node": "^22.19.1",
2727
"@vercel/ncc": "^0.34.0",
2828
"shx": "^0.3.4",
2929
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)