From 64d0b7a2d5e75f519ae2e3b5b57fc0e06d59a837 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