Skip to content

Commit 09bbc1c

Browse files
use current node-version 16 (#5587)
1 parent ba8ce09 commit 09bbc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/fpb-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: '14.x'
15+
node-version: '16.x'
1616
- run: npm install -g free-programming-books-lint
1717
- run: fpb-lint ./books/
1818
- run: fpb-lint ./casts/

0 commit comments

Comments
 (0)