From 29244bcf1b8582cccc048e3f41ea59644b0ad993 Mon Sep 17 00:00:00 2001 From: Thenlie Date: Tue, 31 Mar 2026 12:09:27 -0600 Subject: [PATCH] remove specific node version so default is 24 --- .github/workflows/fpb-lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/fpb-lint.yml b/.github/workflows/fpb-lint.yml index e7d09fe69..b4adb81a7 100644 --- a/.github/workflows/fpb-lint.yml +++ b/.github/workflows/fpb-lint.yml @@ -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