From c1094ac6c9cf7c969f43f0ffe051a43f5f452ee0 Mon Sep 17 00:00:00 2001 From: Paulov Date: Wed, 15 Nov 2023 16:26:46 +0000 Subject: [PATCH] use node 16 --- .github/workflows/pre-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index b26c02ae..789e05d7 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -6,7 +6,7 @@ on: description: 'Can be one of [major,minor,patch]. CAUTION: This will enforce a new pre-release with the specified semantic version type bumped.' required: false env: - NODE_VERSION: 14 + NODE_VERSION: 16 PAULOV_BOT_NAME: "Paulov Bot" PAULOV_BOT_EMAIL: "Paulov-bot " RELEASE_NOTES_FILE: "RELEASE-BODY.md"