Skip to content

Commit 3202871

Browse files
authored
Renamed job to lint, pinned node-version to 24
1 parent d566135 commit 3202871

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/lint-on-push-pr.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Lint pushes/PRs
22
on: [push, pull_request]
33

44
jobs:
5-
6-
eslint:
7-
name: ESLint
5+
lint:
86
runs-on: ubuntu-24.04
97
permissions:
108
contents: read
@@ -17,7 +15,7 @@ jobs:
1715
- name: Set up Node.js
1816
uses: actions/[email protected]
1917
with:
20-
node-version: 'lts/*'
18+
node-version: 24
2119

2220
- name: Install dependencies
2321
run: npm ci

0 commit comments

Comments
 (0)