From eb800f5af23b4d948eb58b7aa850648e47861630 Mon Sep 17 00:00:00 2001 From: Noel Chiasson Date: Wed, 24 Apr 2024 12:22:26 -0300 Subject: [PATCH] Updating to node20 --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b1e17c4..9f904b1 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: url: description: Url of the pull request. runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' diff --git a/package.json b/package.json index 718b2a1..a115055 100644 --- a/package.json +++ b/package.json @@ -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": {