Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 4, 2022
1 parent e9e6e5f commit 89e2d89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10'
- uses: actions/setup-node@v2

- name: Install markdownlint
run: npm install -g markdownlint-cli
- name: Run Markdownlint
Expand Down

0 comments on commit 89e2d89

Please sign in to comment.