remove specific node version so default is 24

This commit is contained in:
Thenlie 2026-03-31 12:09:27 -06:00
parent 8206f6fce0
commit 29244bcf1b

View File

@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '16.x'
- run: npm install -g free-programming-books-lint
- name: Pull Request