From e2dcd027e1e915883f8c48843aca1c8949fe2305 Mon Sep 17 00:00:00 2001 From: Grzegorz Krukowski Date: Tue, 27 Feb 2024 22:14:05 +0100 Subject: [PATCH] Transitioning from Node 16 to Node 20 (#8) --- .github/workflows/build.yaml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3e520b1..d8b6f10 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '20.x' - run: npm install --global @zeit/ncc - run: npm ci - run: npm run lint diff --git a/action.yaml b/action.yaml index 231f5ce..f62a910 100644 --- a/action.yaml +++ b/action.yaml @@ -15,5 +15,5 @@ inputs: description: 'The remote password' default: '' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'