Skip to content

Commit 6d8a7e1

Browse files
committed
build(release.yml): set node-version to 16
1 parent 2b6a1f4 commit 6d8a7e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
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 such as 15.x
9-
8+
- "*.x"
109
jobs:
1110
release:
1211
name: release
@@ -15,7 +14,7 @@ jobs:
1514
- uses: actions/checkout@v2
1615
- uses: actions/setup-node@v2
1716
with:
18-
node-version: 12
17+
node-version: 16
1918
cache: npm
2019
- run: npm ci
2120
- run: npm run build --if-present

0 commit comments

Comments
 (0)