From fccf23de6e326c81f709916fe668a87cc03df1a8 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 17 Sep 2021 16:53:51 -0700 Subject: [PATCH] build(release.yml): set node-version to 16 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f211732c..74ee03fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,11 @@ name: Release -on: +"on": push: branches: - master - next - beta - - "*.x" # maintenance releases branches - + - "*.x" jobs: release: name: release @@ -16,6 +15,7 @@ jobs: - uses: actions/setup-node@v2 with: cache: npm + node-version: 16 - run: npm ci - run: npx semantic-release env: