Skip to content

Commit

Permalink
Updating to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Apr 24, 2024
1 parent c1c1545 commit eb800f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ outputs:
url:
description: Url of the pull request.
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-pr",
"version": "1.0.0",
"version": "1.0.1",
"description": "GitHub action to create and merges pull requests.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit eb800f5

Please sign in to comment.