From ca7ecf7b0c7a4300227b1ab05cda52bf019c174b Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Mon, 29 Jan 2024 16:29:31 +0100 Subject: [PATCH] Reapply "Bump setup action to node20" This reverts commit 802b61b9dcc72ea12635e9a082b4906326bbb3af. Also updates node from 16 and 20 in our workflow. --- .github/workflows/workflow.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 270ca2b..e71373e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "20" cache: "npm" cache-dependency-path: package-lock.json - run: npm ci --prefer-offline --no-audit --progress=false diff --git a/action.yml b/action.yml index 1347ef4..582d9df 100644 --- a/action.yml +++ b/action.yml @@ -60,5 +60,5 @@ outputs: stack-root: description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'