From e78e30855d9e2f9c24acc83d03dff95dfed2cc7e Mon Sep 17 00:00:00 2001 From: Noel Chiasson Date: Wed, 3 Apr 2024 09:44:11 -0300 Subject: [PATCH] Updating to node 20 --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1078241..74019ea 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: description: 'A list of labels that at least one is required on the pull request.' required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'tag' diff --git a/package.json b/package.json index 880734e..393cc00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enforce-label", - "version": "1.0.0", + "version": "1.0.1", "description": "Action for enforcing labels on a pull-request.", "main": "src/index.ts", "scripts": {