From 880dfbba422d7a458dfb813e8ff9ff15f4d1025a Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 11 Feb 2024 13:54:51 +0100 Subject: [PATCH] Update Node.js to 20 Signed-off-by: Alexander Brandes --- .github/workflows/ci.yml | 6 +++--- action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e522b52..b6c19c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: hmarr/debug-action@master - name: checkout - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "20" - name: Install dependencies run: yarn - name: Format diff --git a/action.yml b/action.yml index ac763e8..03ae1df 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ ouputs: prDirtyStatuses: description: "Object-map. The keys are pull request numbers and their values whether a PR is dirty or not." runs: - using: "node16" + using: "node20" main: "dist/index.js" author: "Sebastian Silbermann" branding: