Skip to content

Commit 42f1811

Browse files
committed
ci: use Node 22 for eslint checks
1 parent 7252ff4 commit 42f1811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up node
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: "16"
46+
node-version: "22"
4747
- name: Install dependencies
4848
run: npm ci
4949
- name: Run ESLint

0 commit comments

Comments
 (0)