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
yykamei authored and eregon committed May 10, 2022
1 parent b2e1b33 commit e92b797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
nodejs 12.0.0
nodejs 16.0.0
ruby 2.7.0
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -32,5 +32,5 @@ outputs:
ruby-prefix:
description: 'The prefix of the installed ruby'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit e92b797

Please sign in to comment.