Skip to content

Commit

Permalink
use current node-version 16 (EbookFoundation#5587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Debajyotighosh654 authored Sep 30, 2021
1 parent ba8ce09 commit 09bbc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fpb-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- run: npm install -g free-programming-books-lint
- run: fpb-lint ./books/
- run: fpb-lint ./casts/
Expand Down

0 comments on commit 09bbc1c

Please sign in to comment.