Skip to content

Commit f054aaa

Browse files
use node 16 (#465)
node12 actions are deprecated. See documentation here: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Currently, the unity builder action gives me the following warning: ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: game-ci/unity-test-runner, game-ci/unity-builder ``` Co-authored-by: Webber Takken <[email protected]>
1 parent 0756841 commit f054aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ branding:
175175
icon: 'box'
176176
color: 'gray-dark'
177177
runs:
178-
using: 'node12'
178+
using: 'node16'
179179
main: 'dist/index.js'

0 commit comments

Comments
 (0)