Skip to content

Commit

Permalink
Merge pull request #170 from mrjono1/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-2.5.0

Bump actions/setup-node from 2.4.1 to 2.5.0
  • Loading branch information
mrjono1 authored Dec 1, 2021
2 parents c9a7ffd + 220e629 commit 78e2868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0
with:
node-version: 12
- run: yarn
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 78e2868

Please sign in to comment.