Skip to content

Commit e92b797

Browse files
yykameieregon
authored andcommitted
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. actions/runner#772
1 parent b2e1b33 commit e92b797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 12.0.0
1+
nodejs 16.0.0
22
ruby 2.7.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ outputs:
3232
ruby-prefix:
3333
description: 'The prefix of the installed ruby'
3434
runs:
35-
using: 'node12'
35+
using: 'node16'
3636
main: 'dist/index.js'

0 commit comments

Comments
 (0)