Skip to content

Commit

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

chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0
  • Loading branch information
SimenB committed Jul 1, 2021
2 parents aec1dd8 + 3eb5ad4 commit 149350d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doctoc.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.1.5
- uses: actions/setup-node@v2.2.0
with:
node-version: '12.x'
- name: Install doctoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eclint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
- uses: actions/setup-node@v2.2.0
with:
node-version: '12.x'
- run: npm i -g eclint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
- uses: actions/setup-node@v2.2.0
with:
node-version: '12.x'
- name: Install markdown-link-check
Expand Down

0 comments on commit 149350d

Please sign in to comment.