E58F ci: run tests in Node.js 21 (#17673) · eslint/eslint@994596b · GitHub
[go: up one dir, main page]

Skip to content

Commit 994596b

Browse files
authored
ci: run tests in Node.js 21 (#17673)
Run CI tests in Node 21
1 parent 331cf62 commit 994596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest]
48-
node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
48+
node: [21.x, 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
4949
include:
5050
- os: windows-latest
5151
node: "lts/*"

0 commit comments

Comments
 (0)
0