Skip to content

Commit

Permalink
Update Node.js from v12 to v16
Browse files Browse the repository at this point in the history
According to the release policy of Node.js,
Node.js v12 reached EOL (end-of-life).

https://nodejs.org/en/about/releases/

I think ruby/setup-ruby is ready to update Node.js to v16
because GitHub Actions runners support v16.

actions/runner#772
  • Loading branch information
hannesa2 committed Jul 2, 2022
1 parent 3c92847 commit 298cdbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emulator-run-cmd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ inputs:
description: 'be verbose'
default: 'false'
runs:
using: 'node12'
using: 'node16'
main: 'lib/main.js'
2 changes: 1 addition & 1 deletion install-sdk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
description: 'do you accept all current Android licenses?'
default: 'yes'
runs:
using: 'node12'
using: 'node16'
main: 'lib/main.js'

0 comments on commit 298cdbf

Please sign in to comment.