Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmestanov committed Feb 4, 2022
2 parents 49d10f7 + d022f83 commit 2c363b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: yarn
- name: Install semantic-release plugins
run: yarn add -D @semantic-release/changelog @semantic-release/git
run: yarn add -WD @semantic-release/changelog @semantic-release/git
- name: Build
run: yarn build
- name: Release
Expand Down

0 comments on commit 2c363b9

Please sign in to comment.