Skip to content

Commit 915f402

Browse files
committed
build(release.yml): set node-version to 16
1 parent 0b7a287 commit 915f402

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
name: Release
2-
on:
2+
"on":
33
push:
44
branches:
55
- main
6-
76
jobs:
87
release:
98
runs-on: ubuntu-latest
109
steps:
1110
- uses: actions/checkout@v2
1211
- uses: actions/setup-node@v2
1312
with:
14-
node-version: 12
13+
node-version: 16
1514
cache: npm
1615
- run: npx semantic-release
1716
env:

0 commit comments

Comments
 (0)