Skip to content

Commit

Permalink
Merge pull request #60 from nodenv/node20
Browse files Browse the repository at this point in the history
bump to node 20
  • Loading branch information
jasonkarns authored May 26, 2024
2 parents eaffb07 + 15939c7 commit 8572817
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion node-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
description: The version of node as determined by nodenv

runs:
using: node16
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion setup-nodenv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
default: 1.3.1

runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit 8572817

Please sign in to comment.