Skip to content

Commit

Permalink
build(release.yml): set node-version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 17, 2021
1 parent 383ade7 commit 8d609ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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
Expand All @@ -16,6 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- run: npm ci
- run: npx semantic-release
env:
Expand Down

0 comments on commit 8d609ae

Please sign in to comment.