Skip to content

Commit

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

Bump actions/setup-node from 2.1.5 to 2.2.0
  • Loading branch information
sjinks authored Jun 30, 2021
2 parents be9e659 + 22b52e6 commit b0cb9d7
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/checkout@v2.3.4

- name: Set up Node.js environment
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.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.1.5
uses: actions/setup-node@v2.2.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.1.5
uses: actions/setup-node@v2.2.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/checkout@v2.3.4

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

Expand Down

0 comments on commit b0cb9d7

Please sign in to comment.