Skip to content

Commit

Permalink
bug(ci): fix release (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 authored Dec 3, 2021
1 parent 31effc2 commit 6f9f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2.4.1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm install @semantic-release/changelog @semantic-release/git @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/exec @semantic-release/git semantic-release/release-notes-generator
- name: Release
Expand Down

0 comments on commit 6f9f730

Please sign in to comment.