We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09923e commit 964b142Copy full SHA for 964b142
.github/workflows/fpb-lint.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Use Node.js
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
17
with:
18
node-version: '16.x'
19
- run: npm install -g free-programming-books-lint
0 commit comments