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
(cherry picked from commit e92b797)
  • Loading branch information
yykamei authored and philr committed Sep 24, 2022
1 parent 59b44dc commit e8bfa64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 12.0.0
nodejs 16.0.0
ruby 2.7.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
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 e8bfa64

Please sign in to comment.