Skip to content

Commit

Permalink
Merge pull request #4 from bcomnes/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-v2.1.2

chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2
  • Loading branch information
bcomnes authored Oct 2, 2020
2 parents c5439a0 + b7b14be commit d2f7b2e
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 @@ -19,7 +19,7 @@ jobs:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
- name: Use Node.js ${{ env.node_version }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ env.node_version }}
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
Expand Down

0 comments on commit d2f7b2e

Please sign in to comment.