From 7cdf8a755ef0443372264aee1778d21da1cb40e8 Mon Sep 17 00:00:00 2001 From: Davide Doronzo Date: Sun, 30 Oct 2022 13:17:37 +0000 Subject: [PATCH] Update nodejs version to 16 (#208) * Update nodejs version to 16 * Update runtime used to node16 --- .github/workflows/build.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2561371..635c9c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - Ubuntu-20.04 - Ubuntu-22.04 nodejs: - - 12 + - 16 fail-fast: false steps: - name: Turn off auto-crlf diff --git a/action.yml b/action.yml index 6fab2b1..79d2cfa 100644 --- a/action.yml +++ b/action.yml @@ -26,5 +26,5 @@ inputs: required: false default: "fail" runs: - using: "node12" + using: "node16" main: "lib/index.js"