Update Node.js from v12 to v16

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.

https://github.com/actions/runner/issues/772
This commit is contained in:
Yutaka Kamei
2022-05-10 11:19:53 +02:00
committed by Benoit Daloze
parent b2e1b33839
commit e92b7971f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,5 +32,5 @@ outputs:
ruby-prefix:
description: 'The prefix of the installed ruby'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'