We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint
node-version
24
1 parent 36f25ff commit 4e6ec30Copy full SHA for 4e6ec30
1 file changed
.github/workflows/lint-on-push-pr.yml
@@ -2,9 +2,7 @@ name: Lint pushes/PRs
2
on: [push, pull_request]
3
4
jobs:
5
-
6
- eslint:
7
- name: ESLint
+ lint:
8
runs-on: ubuntu-24.04
9
permissions:
10
contents: read
@@ -17,7 +15,7 @@ jobs:
17
15
- name: Set up Node.js
18
16
uses: actions/setup-node@v6.4.0
19
with:
20
- node-version: 'lts/*'
+ node-version: 24
21
22
- name: Install dependencies
23
run: npm ci
0 commit comments