From 2001ca4114dbc44888c30c0ec3550fecf724b8d9 Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:30:40 +0000 Subject: [PATCH] Update action to node20 --- .github/workflows/workflow.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3c28f5d..2a53c19 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,10 +21,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Setup Node.js 16.x + - name: Setup Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: npm - run: npm ci - name: Prettier Format Check diff --git a/action.yml b/action.yml index 5c6fa87..b093b12 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key' runs: - using: 'node16' + using: 'node20' main: 'dist/restore/index.js' post: 'dist/save/index.js' post-if: success()