未验证 提交 09bbc1c2 编写于 作者: D Debajyoti Ghosh 提交者: GitHub

use current node-version 16 (#5587)

上级 ba8ce09c
...@@ -12,7 +12,7 @@ jobs: ...@@ -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/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册