From 0050b7561497f15a0e989f0ed76fe186179b1e1f Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Wed, 15 May 2024 16:27:21 +0100 Subject: [PATCH] bump Node.js to supported version --- .github/workflows/ci.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6961a310..b7856304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: fail-fast: false matrix: node: - - 16 - 18 + - 20 steps: - name: Checkout Repo diff --git a/action.yml b/action.yml index d7227fdc..e8229cc9 100644 --- a/action.yml +++ b/action.yml @@ -46,5 +46,5 @@ outputs: description: The arguments of the command runs: - using: "node16" + using: "node20" main: "dist/index.js"