Skip to content

Commit 12aabe6

Browse files
committed
build(release.yml): set node-version to 16
1 parent a1b987a commit 12aabe6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Release
2-
on:
2+
"on":
33
push:
44
branches:
55
- main
6-
76
jobs:
87
release:
98
name: release
@@ -12,7 +11,7 @@ jobs:
1211
- uses: actions/checkout@v2
1312
- uses: actions/setup-node@v2
1413
with:
15-
node-version: 12
14+
node-version: 16
1615
- uses: actions/cache@v2
1716
with:
1817
path: ~/.npm

0 commit comments

Comments
 (0)