Skip to content

Commit

Permalink
update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Sep 7, 2023
1 parent 346835a commit 587d7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.9.0
20.6.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ outputs:
unlocked_environments:
description: 'Only exposed when using the "unlock on merge" mode - This output variable will contain a comma separated list of the environments that were unlocked'
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
post: "dist/index.js"

0 comments on commit 587d7db

Please sign in to comment.