From 7557ed12be71416acfd9d21dc1602a7f5db65e3e Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sun, 27 Nov 2022 14:43:31 +0000 Subject: [PATCH] Node 16 for release as well --- .github/workflows/ReleaseActions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ReleaseActions.yml b/.github/workflows/ReleaseActions.yml index 43cc69f6..bc4bcaac 100644 --- a/.github/workflows/ReleaseActions.yml +++ b/.github/workflows/ReleaseActions.yml @@ -5,7 +5,7 @@ on: types: ["published"] env: - NODE_VERSION: 14 + NODE_VERSION: 16 PYTHON_VERSION: "3.x" jobs: