Skip to content

Commit

Permalink
Bump NodeJS to 16
Browse files Browse the repository at this point in the history
Fixes #249
  • Loading branch information
dotdoom committed Oct 15, 2022
1 parent 93884a4 commit 9f9a142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -34,6 +34,6 @@ outputs:
udid:
description: 'UDID of the launched device, for use with e.g. xcrun command'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'

0 comments on commit 9f9a142

Please sign in to comment.