From 5f23ec6358e040a0a46e22fe38d165ac2e039202 Mon Sep 17 00:00:00 2001 From: SaumyaBhushan Date: Mon, 28 Nov 2022 11:09:22 +0530 Subject: [PATCH] updated node version Signed-off-by: SaumyaBhushan --- .github/workflows/actions/release-notes/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/release-notes/action.yml b/.github/workflows/actions/release-notes/action.yml index 6a25fa313..cd1aa20d0 100644 --- a/.github/workflows/actions/release-notes/action.yml +++ b/.github/workflows/actions/release-notes/action.yml @@ -15,5 +15,5 @@ outputs: contents: description: The contents of the release notes. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' \ No newline at end of file