Skip to content

Commit b6ed19c

Browse files
committed
build(release.yml): set node-version to 16
1 parent fcecf3b commit b6ed19c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)