Skip to content

Commit

Permalink
feat: update semantic release with node
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas committed Sep 30, 2021
1 parent 67d98cb commit dac3382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 14

- name: Download Cached Deps
id: cache-node-modules
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
GIT_COMMITTER_NAME: "nr-opensource-bot"
GIT_COMMITTER_EMAIL: "opensource+bot@newrelic.com"
GITHUB_TOKEN: ${{ secrets.OPENSOURCE_BOT_TOKEN }}
run: npx semantic-release
run: npx semantic-release@^18.0.0

- name: Re-enable "required_pull_request_reviews" branch protection
id: enable-branch-protection
Expand Down

0 comments on commit dac3382

Please sign in to comment.