From 710f7e661659bd7151ade016f820b1e8b90bb20d Mon Sep 17 00:00:00 2001 From: san7890 Date: Sun, 18 Aug 2024 21:00:12 -0600 Subject: [PATCH] Bumps this action to use Node 20 --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index da10b37..8d8255e 100644 --- a/action.yml +++ b/action.yml @@ -4,5 +4,5 @@ inputs: repo-token: description: 'The GITHUB_TOKEN secret' runs: - using: 'node12' + using: 'node20' main: 'dist/index.js' \ No newline at end of file diff --git a/package.json b/package.json index 3950a22..45f7392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "round_linker", - "version": "1.0.0", + "version": "2.0.0", "private": true, "description": "", "main": "src/index.js",