mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-05-31 12:45:47 +00:00
chore(deps): bump actions/setup-node from 2 to 3 (#6754)
This commit is contained in:
parent
34508771cf
commit
7a7904cc9d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fpb-lint.yml
vendored
2
.github/workflows/fpb-lint.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16.x'
|
||||
- run: npm install -g free-programming-books-lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue