Skip to content

Commit 8d609ae

Browse files
committed
build(release.yml): set node-version to 16
1 parent 383ade7 commit 8d609ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Release
2-
on:
2+
"on":
33
push:
44
branches:
55
- master
66
- next
77
- beta
8-
- "*.x" # maintenance releases branches
9-
8+
- "*.x"
109
jobs:
1110
release:
1211
name: release
@@ -16,6 +15,7 @@ jobs:
1615
- uses: actions/setup-node@v2
1716
with:
1817
cache: npm
18+
node-version: 16
1919
- run: npm ci
2020
- run: npx semantic-release
2121
env:

0 commit comments

Comments
 (0)