From 388799afab39cbab3f3423723006d78c87a49cfb Mon Sep 17 00:00:00 2001 From: Oliver Bell Date: Thu, 31 Aug 2023 18:54:40 +0100 Subject: [PATCH] feat: upgrade to node 20 (#81) --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3a9b21ed..1cf9da44 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ outputs: token: description: An installation token for the GitHub App on the requested repository. runs: - using: node16 + using: node20 main: dist/index.js branding: icon: unlock diff --git a/package.json b/package.json index ebfb8c32..d47d46e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-app-token", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "type": "module", "files": [