Skip to content

Commit

Permalink
Merge pull request #24 from Bruce17/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-2.4.1
  • Loading branch information
dependabot[bot] authored Sep 28, 2021
2 parents d08ff7e + d48dc18 commit c7f5abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v2.4.1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit c7f5abb

Please sign in to comment.