Skip to content

Commit

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

build(deps): bump actions/setup-node from 2.4.0 to 2.4.1
  • Loading branch information
Fdawgs committed Oct 1, 2021
2 parents bdaa9c0 + aefdbb9 commit 002c7bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2.3.4
if: steps.release.outputs.release_created

- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 16
- name: Install
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v2.4.1
with:
node-version: ${{ matrix.node }}
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 16
- name: Run Linkinator
Expand Down

0 comments on commit 002c7bf

Please sign in to comment.