Skip to content

Commit

Permalink
Merge pull request #149 from sjinks/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-2.5.0

Bump actions/setup-node from 2.4.1 to 2.5.0
  • Loading branch information
sjinks authored Nov 30, 2021
2 parents 21e6280 + a87577d commit dc4152f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Node.js environment
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.release.tag_name }}

- name: Set up Node.js environment
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- name: Set up Node.js environment
if: github.event.inputs[matrix.registry] == 'yes' || github.event_name == 'release'
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0
with:
registry-url: ${{ matrix.registry_url }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Node.js environment
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit dc4152f

Please sign in to comment.