use current node-version 16 (#5587)

pull/5596/head
Debajyoti Ghosh 3 years ago committed by GitHub
parent ba8ce09c25
commit 09bbc1c2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/fpb-lint.yml

@ -12,7 +12,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: '14.x' node-version: '16.x'
- run: npm install -g free-programming-books-lint - run: npm install -g free-programming-books-lint
- run: fpb-lint ./books/ - run: fpb-lint ./books/
- run: fpb-lint ./casts/ - run: fpb-lint ./casts/

Loading…
Cancel
Save