Skip to content

Commit

Permalink
chore(deps): update actions/setup-node requirement to v2.1.1 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 30, 2020
1 parent 9e2d4ff commit 2f3de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2.1.0
- uses: actions/setup-node@v2.1.1
with:
node-version: 12.x
- name: install
Expand Down

0 comments on commit 2f3de9b

Please sign in to comment.