Skip to content

Commit

Permalink
fix(ci): Bump node environment to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd authored Jan 24, 2022
1 parent 281189d commit 97b53f4
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 @@ -44,7 +44,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 13
node-version: 16
- name: Add execution plugin
run: npm install @semantic-release/exec
- name: Release to GitHub
Expand Down

0 comments on commit 97b53f4

Please sign in to comment.