Skip to content

Commit

Permalink
Bump actions/setup-node from 2 to 3 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 25, 2022
1 parent f861a4d commit 24e1bc0
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '15'
- uses: actions/cache@v2
Expand Down

0 comments on commit 24e1bc0

Please sign in to comment.