Skip to content

Commit 12f857d

Browse files
committed
fix: workflow 2
1 parent 9debb70 commit 12f857d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
- uses: actions/setup-node@v1
18+
with:
19+
node-version: 14
20+
21+
- name: Install dependencies
22+
run: yarn install
1723
- name: Release
1824
run: npx semantic-release
1925
env:

0 commit comments

Comments
 (0)