From 05c91c57ea05040505b9180ae0a8b4c8d05a1fb3 Mon Sep 17 00:00:00 2001 From: usimd <11619247+usimd@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:13:09 +0100 Subject: [PATCH] Update Nodejs to 20 --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab20d4c..9efd18a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - run: npm ci diff --git a/action.yml b/action.yml index 3b0922f..086a633 100644 --- a/action.yml +++ b/action.yml @@ -146,7 +146,7 @@ outputs: description: Path to final noobs image, if enabled runs: - using: node18 + using: node20 main: dist/index.js post: dist/index.js