build(release.yml): set node-version to 16
This commit is contained in:
parent
66cc2b4c7f
commit
20034829d9
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user