8000 ci: unpin Node.js 21.2.0 (#17821) · eslint/eslint@fd0c60c · GitHub
[go: up one dir, main page]

Skip to content

Commit fd0c60c

Browse files
authored
ci: unpin Node.js 21.2.0 (#17821)
1 parent 48ed5a6 commit fd0c60c

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
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-latest]
50-
node: ["21.2.0", 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
50+
node: [21.x, 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
5151
include:
5252
- os: windows-latest
5353
node: "lts/*"

0 commit comments

Comments
 (0)
0