From c434d25a50d6c740fd9ff6c3b4bc1a15902bba4c Mon Sep 17 00:00:00 2001 From: Markus Heberling Date: Wed, 25 Oct 2023 12:24:20 +0000 Subject: [PATCH] Use node 20 --- .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 e313ba5..0d68e84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: 'yarn' - run: yarn install diff --git a/action.yml b/action.yml index 2852dfe..1f19875 100644 --- a/action.yml +++ b/action.yml @@ -66,7 +66,7 @@ inputs: default: "false" runs: - using: node16 + using: node20 main: dist/index.js branding: