Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/lint.yml
Co-authored-by: Joas Schilling <[email protected]>
  • Loading branch information
marcoambrosini and nickvergessen committed Jun 17, 2021
commit 3e4d8485a6790d6d6d5065f0ab5290af00612be3
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up node ${{ matrix.node-versions }}
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 14
Expand Down