Skip to content

Commit

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

chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1
  • Loading branch information
bcomnes authored Sep 28, 2021
2 parents bebb818 + b0765b5 commit 05bd94a
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 @@ -14,12 +14,12 @@ jobs:
version_and_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
- name: Use Node.js ${{ env.node_version }}
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v2
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 05bd94a

Please sign in to comment.