Skip to content

Commit 2a91672

Browse files
committed
ci: use Node 22 for eslint checks
1 parent 29b9108 commit 2a91672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up node
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: "16"
43+
node-version: "22"
4444
- name: Install dependencies
4545
run: npm ci
4646
- name: Run ESLint

0 commit comments

Comments
 (0)